Html Css Color HEX #CA4DDB Medium Orchid

📋 copy color: '#CA4DDB'

red 202 ◦ green 77 ◦ blue 219

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

Shades of Medium Orchid #CA4DDB

Tints of Medium Orchid #CA4DDB

RGB

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

 GREEN value IS 77 (30.47% from 255) = 15.46%

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

R = 40.56%
G = 15.46%
B = 43.98%

CMYK

 C value IS 0.08

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CA4DDB (or 0xCA4DDB) is known color: Medium Orchid. HEX triplet: CA, 4D and DB. RGB value is (202,77,219). Sum of RGB (Red+Green+Blue) = 202+77+219=498 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.56% from 498); Green value is 77 (30.47% from 255 or 15.46% from 498); Blue value is 219 (85.94% from 255 or 43.98% from 498); Max value from RGB is 219 - color contains mainly: blue. Hex color #CA4DDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA4DDB is #35B224. Grayscale: #828282. Windows color (decimal): -3519013 or 14372298. OLE color: 14372298.

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

Color convert

RGB 202 77 219 -
CMYK 0.08 0.65 0 0.14
HSL 292.82º 0.66% 0.58% -
HSV(B) 292.82º 0.65% 0.86% -
XYZ 39.8 22.98 69.36 -
YUV 130.56 177.91 178.95 -
System Red Green Blue C M Y K H S L
Decimal 202 77 219 0.08 0.65 0 0.14 292.82 0.66 0.58
Hex CA 4D DB 8 41 0 E 125 42 3A
Octal 312 115 333 10 101 0 16 445 102 72
Binary 11001010 1001101 11011011 1000 1000001 0 1110 100100101 1000010 111010

Color Harmonies of #CA4DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4DDB

Black with #CA4DDB

Text Example


Text Example

White with #CA4DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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