#CA68CD

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

Shades of Orchid #CA68CD

Tints of Orchid #CA68CD

Color information

#CA68CD (or 0xCA68CD) is unknown color: approx Orchid. HEX triplet: CA, 68 and CD. RGB value is (202,104,205). Sum of RGB (Red+Green+Blue) = 202+104+205=511 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.53% from 511); Green value is 104 (41.02% from 255 or 20.35% from 511); Blue value is 205 (80.47% from 255 or 40.12% from 511); Max value from RGB is 205 - color contains mainly: blue. Hex color #CA68CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA68CD is #359732. Grayscale: #909090. Windows color (decimal): -3512115 or 13461706. OLE color: 13461706.

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

Color convert

RGB202104205-
CMYK0.010.4900.20
HSL298.22º50.25%60.59%-
HSV(B)298.22º49.27%80.39%-
XYZ40.3326.8660.82-
YUV144.82161.97168.79-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.53%
GREEN value IS 104 (41.02% from 255) = 20.35%
BLUE value IS 205 (80.47% from 255) = 40.12%
R=39.53%
G=20.35%
B=40.12%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2021042050.010.4900.20298.2250.2560.59
HexCA68CD13101412a323d
Octal3121503151610244526275
Binary110010101101000110011011110001010100100101010110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA68CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA68CD; }

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

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

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

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

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

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

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

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