#CA7BD7

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

Shades of Orchid #CA7BD7

Tints of Orchid #CA7BD7

Color information

#CA7BD7 (or 0xCA7BD7) is unknown color: approx Orchid. HEX triplet: CA, 7B and D7. RGB value is (202,123,215). Sum of RGB (Red+Green+Blue) = 202+123+215=540 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.41% from 540); Green value is 123 (48.44% from 255 or 22.78% from 540); Blue value is 215 (84.38% from 255 or 39.81% from 540); Max value from RGB is 215 - color contains mainly: blue. Hex color #CA7BD7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA7BD7 is #358428. Grayscale: #9C9C9C. Windows color (decimal): -3507241 or 14121930. OLE color: 14121930.

HSL color Cylindrical-coordinate representation of color #CA7BD7: hue angle of 291.52º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CA7BD7 is Cyan = 0.06, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB202123215-
CMYK0.060.4300.16
HSL291.52º53.49%66.27%-
HSV(B)291.52º42.79%84.31%-
XYZ43.7131.6368.09-
YUV157.11160.67160.02-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.41%
GREEN value IS 123 (48.44% from 255) = 22.78%
BLUE value IS 215 (84.38% from 255) = 39.81%
R=37.41%
G=22.78%
B=39.81%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2021232150.060.4300.16291.5253.4966.27
HexCA7BD762B0101243542
Octal31217332765302044465102
Binary110010101111011110101111101010110100001001001001101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7BD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7BD7; }

 p { color: rgb(202,123,215); }

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

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

 a { background-color: rgb(202,123,215); }

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

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

 span { border-color: rgb(202,123,215); }

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