Html Css Color HEX #CA7EDB Orchid

📋 copy color: '#CA7EDB'

red 202 ◦ green 126 ◦ blue 219

#CA7EDB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orchid #CA7EDB

Tints of Orchid #CA7EDB

RGB

 RED value IS 202 (79.3% from 255) = 36.93%

 GREEN value IS 126 (49.61% from 255) = 23.03%

 BLUE value IS 219 (85.94% from 255) = 40.04%

R = 36.93%
G = 23.03%
B = 40.04%

CMYK

 C value IS 0.08

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CA7EDB (or 0xCA7EDB) is known color: Orchid. HEX triplet: CA, 7E and DB. RGB value is (202,126,219). Sum of RGB (Red+Green+Blue) = 202+126+219=547 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.93% from 547); Green value is 126 (49.61% from 255 or 23.03% from 547); Blue value is 219 (85.94% from 255 or 40.04% from 547); Max value from RGB is 219 - color contains mainly: blue. Hex color #CA7EDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA7EDB is #358124. Grayscale: #9F9F9F. Windows color (decimal): -3506469 or 14384842. OLE color: 14384842.

HSL color Cylindrical-coordinate representation of color #CA7EDB: hue angle of 289.03º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CA7EDB is Cyan = 0.08, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 202 126 219 -
CMYK 0.08 0.42 0 0.14
HSL 289.03º 0.56% 0.68% -
HSV(B) 289.03º 0.42% 0.86% -
XYZ 44.6 32.59 70.96 -
YUV 159.33 161.68 158.44 -
System Red Green Blue C M Y K H S L
Decimal 202 126 219 0.08 0.42 0 0.14 289.03 0.56 0.68
Hex CA 7E DB 8 2A 0 E 121 38 44
Octal 312 176 333 10 52 0 16 441 70 104
Binary 11001010 1111110 11011011 1000 101010 0 1110 100100001 111000 1000100

Color Harmonies of #CA7EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7EDB

Black with #CA7EDB

Text Example


Text Example

White with #CA7EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7EDB; }

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

 H1.HeaderClassName
 {
   color: #CA7EDB;
 }
 .AnyTagClassName
 {
   color: #CA7EDB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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