#CA68CC

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

Shades of Orchid #CA68CC

Tints of Orchid #CA68CC

Color information

#CA68CC (or 0xCA68CC) is unknown color: approx Orchid. HEX triplet: CA, 68 and CC. RGB value is (202,104,204). Sum of RGB (Red+Green+Blue) = 202+104+204=510 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.61% from 510); Green value is 104 (41.02% from 255 or 20.39% from 510); Blue value is 204 (80.08% from 255 or 40% from 510); Max value from RGB is 204 - color contains mainly: blue. Hex color #CA68CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA68CC is #359733. Grayscale: #909090. Windows color (decimal): -3512116 or 13396170. OLE color: 13396170.

HSL color Cylindrical-coordinate representation of color #CA68CC: hue angle of 298.8º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CA68CC is Cyan = 0.01, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB202104204-
CMYK0.010.4900.2
HSL298.8º49.5%60.39%-
HSV(B)298.8º49.02%80%-
XYZ40.2126.8260.18-
YUV144.7161.47168.87-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.61%
GREEN value IS 104 (41.02% from 255) = 20.39%
BLUE value IS 204 (80.08% from 255) = 40%
R=39.61%
G=20.39%
B=40%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2021042040.010.4900.2298.849.560.39
HexCA68CC13101412b323c
Octal3121503141610244536274
Binary110010101101000110011001110001010100100101011110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA68CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA68CC; }

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

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

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

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

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

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

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

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