#CF6AC4

Color #CF6AC4 Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orchid #CF6AC4

Tints of Orchid #CF6AC4

Color information

#CF6AC4 (or 0xCF6AC4) is unknown color: approx Orchid. HEX triplet: CF, 6A and C4. RGB value is (207,106,196). Sum of RGB (Red+Green+Blue) = 207+106+196=509 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.67% from 509); Green value is 106 (41.80% from 255 or 20.83% from 509); Blue value is 196 (76.95% from 255 or 38.51% from 509); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6AC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF6AC4 is #30953B. Grayscale: #929292. Windows color (decimal): -3183932 or 12872399. OLE color: 12872399.

HSL color Cylindrical-coordinate representation of color #CF6AC4: hue angle of 306.53º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CF6AC4 is Cyan = 0, Magento = 0.49, Yellow = 0.05 and Black (K on CMYK) = 0.19.

Color convert

RGB207106196-
CMYK00.490.050.19
HSL306.53º51.27%61.37%-
HSV(B)306.53º48.79%81.18%-
XYZ40.8527.5655.39-
YUV146.46155.96171.18-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 207 (81.25% from 255) = 40.67%
GREEN value IS 106 (41.80% from 255) = 20.83%
BLUE value IS 196 (76.95% from 255) = 38.51%
R=40.67%
G=20.83%
B=38.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.05
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20710619600.490.050.19306.5351.2761.37
HexCF6AC4031513133333d
Octal3171523040615234636375
Binary11001111110101011000100011000110110011100110011110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF6AC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF6AC4; }

 p { color: rgb(207,106,196); }

 H1.HeaderClassName
 {
   color: #CF6AC4;
 }
 .AnyTagClassName
 {
   color: #CF6AC4;
 }
</style>
background-color css

<style>
 a { background-color: #CF6AC4; }

 a { background-color: rgb(207,106,196); }

 div.DivClassName
 {
   background-color: #CF6AC4;
 }
 .BgClassName
 {
   background-color: #CF6AC4;
 }
</style>
border-color css

<style>
 span { border-color: #CF6AC4; }

 span { border-color: rgb(207,106,196); }

 td.TdClassName
 {
   border-color: #CF6AC4;
 }
 .TagClassName
 {
   border-color: #CF6AC4;
 }
</style>