Html Css Color HEX #CA80DB Orchid

📋 copy color: '#CA80DB'

red 202 ◦ green 128 ◦ blue 219

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

Shades of Orchid #CA80DB

Tints of Orchid #CA80DB

RGB

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

 GREEN value IS 128 (50.39% from 255) = 23.32%

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

R = 36.79%
G = 23.32%
B = 39.89%

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

#CA80DB (or 0xCA80DB) is known color: Orchid. HEX triplet: CA, 80 and DB. RGB value is (202,128,219). Sum of RGB (Red+Green+Blue) = 202+128+219=549 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.79% from 549); Green value is 128 (50.39% from 255 or 23.32% from 549); Blue value is 219 (85.94% from 255 or 39.89% from 549); Max value from RGB is 219 - color contains mainly: blue. Hex color #CA80DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA80DB is #357F24. Grayscale: #A0A0A0. Windows color (decimal): -3505957 or 14385354. OLE color: 14385354.

HSL color Cylindrical-coordinate representation of color #CA80DB: hue angle of 288.79º 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 #CA80DB is Cyan = 0.08, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 202 128 219 -
CMYK 0.08 0.42 0 0.14
HSL 288.79º 0.56% 0.68% -
HSV(B) 288.79º 0.42% 0.86% -
XYZ 44.86 33.11 71.04 -
YUV 160.5 161.02 157.6 -
System Red Green Blue C M Y K H S L
Decimal 202 128 219 0.08 0.42 0 0.14 288.79 0.56 0.68
Hex CA 80 DB 8 2A 0 E 121 38 44
Octal 312 200 333 10 52 0 16 441 70 104
Binary 11001010 10000000 11011011 1000 101010 0 1110 100100001 111000 1000100

Color Harmonies of #CA80DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA80DB

Black with #CA80DB

Text Example


Text Example

White with #CA80DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA80DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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