#CF6ACE

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

Shades of Orchid #CF6ACE

Tints of Orchid #CF6ACE

Color information

#CF6ACE (or 0xCF6ACE) is unknown color: approx Orchid. HEX triplet: CF, 6A and CE. RGB value is (207,106,206). Sum of RGB (Red+Green+Blue) = 207+106+206=519 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.88% from 519); Green value is 106 (41.80% from 255 or 20.42% from 519); Blue value is 206 (80.86% from 255 or 39.69% from 519); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6ACE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF6ACE is #309531. Grayscale: #939393. Windows color (decimal): -3183922 or 13527759. OLE color: 13527759.

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

Color convert

RGB207106206-
CMYK00.490.000.19
HSL300.59º51.27%61.37%-
HSV(B)300.59º48.79%81.18%-
XYZ42.0328.0361.59-
YUV147.6160.96170.37-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.88%
GREEN value IS 106 (41.80% from 255) = 20.42%
BLUE value IS 206 (80.86% from 255) = 39.69%
R=39.88%
G=20.42%
B=39.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.00
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20710620600.490.000.19300.5951.2761.37
HexCF6ACE03101312d333d
Octal3171523160610234556375
Binary110011111101010110011100110001010011100101101110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF6ACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF6ACE; }

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

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

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

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

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

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

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

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