#CA7BC7

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

Shades of Orchid #CA7BC7

Tints of Orchid #CA7BC7

Color information

#CA7BC7 (or 0xCA7BC7) is unknown color: approx Orchid. HEX triplet: CA, 7B and C7. RGB value is (202,123,199). Sum of RGB (Red+Green+Blue) = 202+123+199=524 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.55% from 524); Green value is 123 (48.44% from 255 or 23.47% from 524); Blue value is 199 (78.12% from 255 or 37.98% from 524); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7BC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA7BC7 is #358438. Grayscale: #9B9B9B. Windows color (decimal): -3507257 or 13073354. OLE color: 13073354.

HSL color Cylindrical-coordinate representation of color #CA7BC7: hue angle of 302.28º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CA7BC7 is Cyan = 0, Magento = 0.39, Yellow = 0.01 and Black (K on CMYK) = 0.21.

Color convert

RGB202123199-
CMYK00.390.010.21
HSL302.28º42.7%63.73%-
HSV(B)302.28º39.11%79.22%-
XYZ41.7530.8557.79-
YUV155.28152.67161.32-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.55%
GREEN value IS 123 (48.44% from 255) = 23.47%
BLUE value IS 199 (78.12% from 255) = 37.98%
R=38.55%
G=23.47%
B=37.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.01
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20212319900.390.010.21302.2842.763.73
HexCA7BC702711512e2b40
Octal31217330704712545653100
Binary1100101011110111100011101001111101011001011101010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7BC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7BC7; }

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

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

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

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

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

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

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

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