#CF6ACA

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

Shades of Orchid #CF6ACA

Tints of Orchid #CF6ACA

Color information

#CF6ACA (or 0xCF6ACA) is unknown color: approx Orchid. HEX triplet: CF, 6A and CA. RGB value is (207,106,202). Sum of RGB (Red+Green+Blue) = 207+106+202=515 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.19% from 515); Green value is 106 (41.80% from 255 or 20.58% from 515); Blue value is 202 (79.30% from 255 or 39.22% from 515); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6ACA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF6ACA is #309535. Grayscale: #929292. Windows color (decimal): -3183926 or 13265615. OLE color: 13265615.

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

Color convert

RGB207106202-
CMYK00.490.020.19
HSL302.97º51.27%61.37%-
HSV(B)302.97º48.79%81.18%-
XYZ41.5527.8459.06-
YUV147.14158.96170.69-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.19%
GREEN value IS 106 (41.80% from 255) = 20.58%
BLUE value IS 202 (79.30% from 255) = 39.22%
R=40.19%
G=20.58%
B=39.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.02
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20710620200.490.020.19302.9751.2761.37
HexCF6ACA03121312f333d
Octal3171523120612234576375
Binary1100111111010101100101001100011010011100101111110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF6ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF6ACA; }

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

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

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

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

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

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

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

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