#CA7BE0

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

Shades of Orchid #CA7BE0

Tints of Orchid #CA7BE0

Color information

#CA7BE0 (or 0xCA7BE0) is unknown color: approx Orchid. HEX triplet: CA, 7B and E0. RGB value is (202,123,224). Sum of RGB (Red+Green+Blue) = 202+123+224=549 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.79% from 549); Green value is 123 (48.44% from 255 or 22.40% from 549); Blue value is 224 (87.89% from 255 or 40.80% from 549); Max value from RGB is 224 - color contains mainly: blue. Hex color #CA7BE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA7BE0 is #35841F. Grayscale: #9D9D9D. Windows color (decimal): -3507232 or 14711754. OLE color: 14711754.

HSL color Cylindrical-coordinate representation of color #CA7BE0: hue angle of 286.93º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CA7BE0 is Cyan = 0.10, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB202123224-
CMYK0.100.4500.12
HSL286.93º61.96%68.04%-
HSV(B)286.93º45.09%87.84%-
XYZ44.8932.174.35-
YUV158.14165.17159.29-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.79%
GREEN value IS 123 (48.44% from 255) = 22.40%
BLUE value IS 224 (87.89% from 255) = 40.80%
R=36.79%
G=22.40%
B=40.80%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2021232240.100.4500.12286.9361.9668.04
HexCA7BE0A2D0C11f3e44
Octal312173340125501443776104
Binary110010101111011111000001010101101011001000111111111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7BE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7BE0; }

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

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

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

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

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

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

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

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