Html Css Color HEX #CA4CDB Medium Orchid

📋 copy color: '#CA4CDB'

red 202 ◦ green 76 ◦ blue 219

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

Shades of Medium Orchid #CA4CDB

Tints of Medium Orchid #CA4CDB

RGB

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

 GREEN value IS 76 (30.08% from 255) = 15.29%

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

R = 40.64%
G = 15.29%
B = 44.06%

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

#CA4CDB (or 0xCA4CDB) is known color: Medium Orchid. HEX triplet: CA, 4C and DB. RGB value is (202,76,219). Sum of RGB (Red+Green+Blue) = 202+76+219=497 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.64% from 497); Green value is 76 (30.08% from 255 or 15.29% from 497); Blue value is 219 (85.94% from 255 or 44.06% from 497); Max value from RGB is 219 - color contains mainly: blue. Hex color #CA4CDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA4CDB is #35B324. Grayscale: #818181. Windows color (decimal): -3519269 or 14372042. OLE color: 14372042.

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

Color convert

RGB 202 76 219 -
CMYK 0.08 0.65 0 0.14
HSL 292.87º 0.67% 0.58% -
HSV(B) 292.87º 0.65% 0.86% -
XYZ 39.73 22.84 69.33 -
YUV 129.98 178.24 179.37 -
System Red Green Blue C M Y K H S L
Decimal 202 76 219 0.08 0.65 0 0.14 292.87 0.67 0.58
Hex CA 4C DB 8 41 0 E 125 43 3A
Octal 312 114 333 10 101 0 16 445 103 72
Binary 11001010 1001100 11011011 1000 1000001 0 1110 100100101 1000011 111010

Color Harmonies of #CA4CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4CDB

Black with #CA4CDB

Text Example


Text Example

White with #CA4CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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