#CF6AC2

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

Shades of Orchid #CF6AC2

Tints of Orchid #CF6AC2

Color information

#CF6AC2 (or 0xCF6AC2) is unknown color: approx Orchid. HEX triplet: CF, 6A and C2. RGB value is (207,106,194). Sum of RGB (Red+Green+Blue) = 207+106+194=507 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.83% from 507); Green value is 106 (41.80% from 255 or 20.91% from 507); Blue value is 194 (76.17% from 255 or 38.26% from 507); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6AC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF6AC2 is #30953D. Grayscale: #919191. Windows color (decimal): -3183934 or 12741327. OLE color: 12741327.

HSL color Cylindrical-coordinate representation of color #CF6AC2: hue angle of 307.72º 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 #CF6AC2 is Cyan = 0, Magento = 0.49, Yellow = 0.06 and Black (K on CMYK) = 0.19.

Color convert

RGB207106194-
CMYK00.490.060.19
HSL307.72º51.27%61.37%-
HSV(B)307.72º48.79%81.18%-
XYZ40.6227.4754.2-
YUV146.23154.96171.34-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.83%
GREEN value IS 106 (41.80% from 255) = 20.91%
BLUE value IS 194 (76.17% from 255) = 38.26%
R=40.83%
G=20.91%
B=38.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.06
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20710619400.490.060.19307.7251.2761.37
HexCF6AC2031613134333d
Octal3171523020616234646375
Binary11001111110101011000010011000111010011100110100110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF6AC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF6AC2; }

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

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

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

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

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

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

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

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