Html Css Color HEX #CA82DB Orchid

📋 copy color: '#CA82DB'

red 202 ◦ green 130 ◦ blue 219

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

Shades of Orchid #CA82DB

Tints of Orchid #CA82DB

RGB

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

 GREEN value IS 130 (51.17% from 255) = 23.59%

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

R = 36.66%
G = 23.59%
B = 39.75%

CMYK

 C value IS 0.08

 M value IS 0.41

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CA82DB (or 0xCA82DB) is known color: Orchid. HEX triplet: CA, 82 and DB. RGB value is (202,130,219). Sum of RGB (Red+Green+Blue) = 202+130+219=551 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.66% from 551); Green value is 130 (51.17% from 255 or 23.59% from 551); Blue value is 219 (85.94% from 255 or 39.75% from 551); Max value from RGB is 219 - color contains mainly: blue. Hex color #CA82DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA82DB is #357D24. Grayscale: #A1A1A1. Windows color (decimal): -3505445 or 14385866. OLE color: 14385866.

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

Color convert

RGB 202 130 219 -
CMYK 0.08 0.41 0 0.14
HSL 288.54º 0.55% 0.68% -
HSV(B) 288.54º 0.41% 0.86% -
XYZ 45.13 33.64 71.13 -
YUV 161.67 160.35 156.76 -
System Red Green Blue C M Y K H S L
Decimal 202 130 219 0.08 0.41 0 0.14 288.54 0.55 0.68
Hex CA 82 DB 8 29 0 E 121 37 44
Octal 312 202 333 10 51 0 16 441 67 104
Binary 11001010 10000010 11011011 1000 101001 0 1110 100100001 110111 1000100

Color Harmonies of #CA82DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA82DB

Black with #CA82DB

Text Example


Text Example

White with #CA82DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA82DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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