Html Css Color HEX #CA72DB Orchid

📋 copy color: '#CA72DB'

red 202 ◦ green 114 ◦ blue 219

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

Shades of Orchid #CA72DB

Tints of Orchid #CA72DB

RGB

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

 GREEN value IS 114 (44.92% from 255) = 21.31%

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

R = 37.76%
G = 21.31%
B = 40.93%

CMYK

 C value IS 0.08

 M value IS 0.48

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CA72DB (or 0xCA72DB) is known color: Orchid. HEX triplet: CA, 72 and DB. RGB value is (202,114,219). Sum of RGB (Red+Green+Blue) = 202+114+219=535 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.76% from 535); Green value is 114 (44.92% from 255 or 21.31% from 535); Blue value is 219 (85.94% from 255 or 40.93% from 535); Max value from RGB is 219 - color contains mainly: blue. Hex color #CA72DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA72DB is #358D24. Grayscale: #979797. Windows color (decimal): -3509541 or 14381770. OLE color: 14381770.

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

Color convert

RGB 202 114 219 -
CMYK 0.08 0.48 0 0.14
HSL 290.29º 0.59% 0.65% -
HSV(B) 290.29º 0.48% 0.86% -
XYZ 43.16 29.71 70.48 -
YUV 152.28 165.65 163.46 -
System Red Green Blue C M Y K H S L
Decimal 202 114 219 0.08 0.48 0 0.14 290.29 0.59 0.65
Hex CA 72 DB 8 30 0 E 122 3B 41
Octal 312 162 333 10 60 0 16 442 73 101
Binary 11001010 1110010 11011011 1000 110000 0 1110 100100010 111011 1000001

Color Harmonies of #CA72DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA72DB

Black with #CA72DB

Text Example


Text Example

White with #CA72DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA72DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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