#CA65CF

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

Shades of Orchid #CA65CF

Tints of Orchid #CA65CF

Color information

#CA65CF (or 0xCA65CF) is unknown color: approx Orchid. HEX triplet: CA, 65 and CF. RGB value is (202,101,207). Sum of RGB (Red+Green+Blue) = 202+101+207=510 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.61% from 510); Green value is 101 (39.84% from 255 or 19.80% from 510); Blue value is 207 (81.25% from 255 or 40.59% from 510); Max value from RGB is 207 - color contains mainly: blue. Hex color #CA65CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA65CF is #359A30. Grayscale: #8E8E8E. Windows color (decimal): -3512881 or 13592010. OLE color: 13592010.

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

Color convert

RGB202101207-
CMYK0.020.5100.19
HSL297.17º52.48%60.39%-
HSV(B)297.17º51.21%81.18%-
XYZ40.2726.3762-
YUV143.28163.96169.88-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.61%
GREEN value IS 101 (39.84% from 255) = 19.80%
BLUE value IS 207 (81.25% from 255) = 40.59%
R=39.61%
G=19.80%
B=40.59%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2021012070.020.5100.19297.1752.4860.39
HexCA65CF233013129343c
Octal3121453172630234516474
Binary1100101011001011100111110110011010011100101001110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA65CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA65CF; }

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

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

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

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

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

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

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

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