#CA7CCD

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

Shades of Orchid #CA7CCD

Tints of Orchid #CA7CCD

Color information

#CA7CCD (or 0xCA7CCD) is unknown color: approx Orchid. HEX triplet: CA, 7C and CD. RGB value is (202,124,205). Sum of RGB (Red+Green+Blue) = 202+124+205=531 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.04% from 531); Green value is 124 (48.83% from 255 or 23.35% from 531); Blue value is 205 (80.47% from 255 or 38.61% from 531); Max value from RGB is 205 - color contains mainly: blue. Hex color #CA7CCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA7CCD is #358332. Grayscale: #9C9C9C. Windows color (decimal): -3506995 or 13466826. OLE color: 13466826.

HSL color Cylindrical-coordinate representation of color #CA7CCD: hue angle of 297.78º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CA7CCD is Cyan = 0.01, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB202124205-
CMYK0.010.4000.20
HSL297.78º44.75%64.51%-
HSV(B)297.78º39.51%80.39%-
XYZ42.5831.3861.57-
YUV156.56155.34160.41-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.04%
GREEN value IS 124 (48.83% from 255) = 23.35%
BLUE value IS 205 (80.47% from 255) = 38.61%
R=38.04%
G=23.35%
B=38.61%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2021242050.010.4000.20297.7844.7564.51
HexCA7CCD12801412a2d41
Octal31217431515002445255101
Binary1100101011111001100110111010000101001001010101011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7CCD; }

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

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

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

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

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

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

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

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