#CA6FC8

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

Shades of Orchid #CA6FC8

Tints of Orchid #CA6FC8

Color information

#CA6FC8 (or 0xCA6FC8) is unknown color: approx Orchid. HEX triplet: CA, 6F and C8. RGB value is (202,111,200). Sum of RGB (Red+Green+Blue) = 202+111+200=513 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.38% from 513); Green value is 111 (43.75% from 255 or 21.64% from 513); Blue value is 200 (78.52% from 255 or 38.99% from 513); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6FC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA6FC8 is #359037. Grayscale: #949494. Windows color (decimal): -3510328 or 13135818. OLE color: 13135818.

HSL color Cylindrical-coordinate representation of color #CA6FC8: hue angle of 301.32º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CA6FC8 is Cyan = 0, Magento = 0.45, Yellow = 0.01 and Black (K on CMYK) = 0.21.

Color convert

RGB202111200-
CMYK00.450.010.21
HSL301.32º46.19%61.37%-
HSV(B)301.32º45.05%79.22%-
XYZ40.4728.157.93-
YUV148.35157.15166.26-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.38%
GREEN value IS 111 (43.75% from 255) = 21.64%
BLUE value IS 200 (78.52% from 255) = 38.99%
R=39.38%
G=21.64%
B=38.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.01
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20211120000.450.010.21301.3246.1961.37
HexCA6FC802D11512d2e3d
Octal3121573100551254555675
Binary110010101101111110010000101101110101100101101101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6FC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6FC8; }

 p { color: rgb(202,111,200); }

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

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

 a { background-color: rgb(202,111,200); }

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

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

 span { border-color: rgb(202,111,200); }

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