#CA67CE

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

Shades of Orchid #CA67CE

Tints of Orchid #CA67CE

Color information

#CA67CE (or 0xCA67CE) is unknown color: approx Orchid. HEX triplet: CA, 67 and CE. RGB value is (202,103,206). Sum of RGB (Red+Green+Blue) = 202+103+206=511 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.53% from 511); Green value is 103 (40.62% from 255 or 20.16% from 511); Blue value is 206 (80.86% from 255 or 40.31% from 511); Max value from RGB is 206 - color contains mainly: blue. Hex color #CA67CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA67CE is #359831. Grayscale: #909090. Windows color (decimal): -3512370 or 13526986. OLE color: 13526986.

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

Color convert

RGB202103206-
CMYK0.020.5000.19
HSL297.67º51.24%60.59%-
HSV(B)297.67º50%80.78%-
XYZ40.3526.7161.42-
YUV144.34162.8169.12-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.53%
GREEN value IS 103 (40.62% from 255) = 20.16%
BLUE value IS 206 (80.86% from 255) = 40.31%
R=39.53%
G=20.16%
B=40.31%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2021032060.020.5000.19297.6751.2460.59
HexCA67CE23201312a333d
Octal3121473162620234526375
Binary1100101011001111100111010110010010011100101010110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA67CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA67CE; }

 p { color: rgb(202,103,206); }

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

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

 a { background-color: rgb(202,103,206); }

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

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

 span { border-color: rgb(202,103,206); }

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