Html Css Color HEX #CA76DB Orchid

📋 copy color: '#CA76DB'

red 202 ◦ green 118 ◦ blue 219

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

Shades of Orchid #CA76DB

Tints of Orchid #CA76DB

RGB

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

 GREEN value IS 118 (46.48% from 255) = 21.89%

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

R = 37.48%
G = 21.89%
B = 40.63%

CMYK

 C value IS 0.08

 M value IS 0.46

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CA76DB (or 0xCA76DB) is known color: Orchid. HEX triplet: CA, 76 and DB. RGB value is (202,118,219). Sum of RGB (Red+Green+Blue) = 202+118+219=539 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.48% from 539); Green value is 118 (46.48% from 255 or 21.89% from 539); Blue value is 219 (85.94% from 255 or 40.63% from 539); Max value from RGB is 219 - color contains mainly: blue. Hex color #CA76DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA76DB is #358924. Grayscale: #9A9A9A. Windows color (decimal): -3508517 or 14382794. OLE color: 14382794.

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

Color convert

RGB 202 118 219 -
CMYK 0.08 0.46 0 0.14
HSL 289.9º 0.58% 0.66% -
HSV(B) 289.9º 0.46% 0.86% -
XYZ 43.62 30.63 70.63 -
YUV 154.63 164.33 161.79 -
System Red Green Blue C M Y K H S L
Decimal 202 118 219 0.08 0.46 0 0.14 289.9 0.58 0.66
Hex CA 76 DB 8 2E 0 E 122 3A 42
Octal 312 166 333 10 56 0 16 442 72 102
Binary 11001010 1110110 11011011 1000 101110 0 1110 100100010 111010 1000010

Color Harmonies of #CA76DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA76DB

Black with #CA76DB

Text Example


Text Example

White with #CA76DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA76DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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