#CA7EDA

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

Shades of Orchid #CA7EDA

Tints of Orchid #CA7EDA

Color information

#CA7EDA (or 0xCA7EDA) is unknown color: approx Orchid. HEX triplet: CA, 7E and DA. RGB value is (202,126,218). Sum of RGB (Red+Green+Blue) = 202+126+218=546 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.00% from 546); Green value is 126 (49.61% from 255 or 23.08% from 546); Blue value is 218 (85.55% from 255 or 39.93% from 546); Max value from RGB is 218 - color contains mainly: blue. Hex color #CA7EDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA7EDA is #358125. Grayscale: #9E9E9E. Windows color (decimal): -3506470 or 14319306. OLE color: 14319306.

HSL color Cylindrical-coordinate representation of color #CA7EDA: hue angle of 289.57º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CA7EDA is Cyan = 0.07, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB202126218-
CMYK0.070.4200.15
HSL289.57º55.42%67.45%-
HSV(B)289.57º42.2%85.49%-
XYZ44.4732.5470.27-
YUV159.21161.18158.52-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.00%
GREEN value IS 126 (49.61% from 255) = 23.08%
BLUE value IS 218 (85.55% from 255) = 39.93%
R=37.00%
G=23.08%
B=39.93%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2021262180.070.4200.15289.5755.4267.45
HexCA7EDA72A0F1223743
Octal31217633275201744267103
Binary11001010111111011011010111101010011111001000101101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7EDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7EDA; }

 p { color: rgb(202,126,218); }

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

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

 a { background-color: rgb(202,126,218); }

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

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

 span { border-color: rgb(202,126,218); }

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