#CA68D9

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

Shades of Orchid #CA68D9

Tints of Orchid #CA68D9

Color information

#CA68D9 (or 0xCA68D9) is unknown color: approx Orchid. HEX triplet: CA, 68 and D9. RGB value is (202,104,217). Sum of RGB (Red+Green+Blue) = 202+104+217=523 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.62% from 523); Green value is 104 (41.02% from 255 or 19.89% from 523); Blue value is 217 (85.16% from 255 or 41.49% from 523); Max value from RGB is 217 - color contains mainly: blue. Hex color #CA68D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA68D9 is #359726. Grayscale: #919191. Windows color (decimal): -3512103 or 14248138. OLE color: 14248138.

HSL color Cylindrical-coordinate representation of color #CA68D9: hue angle of 292.04º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CA68D9 is Cyan = 0.07, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB202104217-
CMYK0.070.5200.15
HSL292.04º59.79%62.94%-
HSV(B)292.04º52.07%85.1%-
XYZ41.8327.4768.74-
YUV146.18167.97167.81-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.62%
GREEN value IS 104 (41.02% from 255) = 19.89%
BLUE value IS 217 (85.16% from 255) = 41.49%
R=38.62%
G=19.89%
B=41.49%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2021042170.070.5200.15292.0459.7962.94
HexCA68D97340F1243c3f
Octal3121503317640174447477
Binary1100101011010001101100111111010001111100100100111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA68D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA68D9; }

 p { color: rgb(202,104,217); }

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

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

 a { background-color: rgb(202,104,217); }

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

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

 span { border-color: rgb(202,104,217); }

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