Html Css Color HEX #CA4BDB Medium Orchid

📋 copy color: '#CA4BDB'

red 202 ◦ green 75 ◦ blue 219

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

Shades of Medium Orchid #CA4BDB

Tints of Medium Orchid #CA4BDB

RGB

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

 GREEN value IS 75 (29.69% from 255) = 15.12%

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

R = 40.73%
G = 15.12%
B = 44.15%

CMYK

 C value IS 0.08

 M value IS 0.66

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CA4BDB (or 0xCA4BDB) is known color: Medium Orchid. HEX triplet: CA, 4B and DB. RGB value is (202,75,219). Sum of RGB (Red+Green+Blue) = 202+75+219=496 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.73% from 496); Green value is 75 (29.69% from 255 or 15.12% from 496); Blue value is 219 (85.94% from 255 or 44.15% from 496); Max value from RGB is 219 - color contains mainly: blue. Hex color #CA4BDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA4BDB is #35B424. Grayscale: #808080. Windows color (decimal): -3519525 or 14371786. OLE color: 14371786.

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

Color convert

RGB 202 75 219 -
CMYK 0.08 0.66 0 0.14
HSL 292.92º 0.67% 0.58% -
HSV(B) 292.92º 0.66% 0.86% -
XYZ 39.66 22.7 69.31 -
YUV 129.39 178.58 179.79 -
System Red Green Blue C M Y K H S L
Decimal 202 75 219 0.08 0.66 0 0.14 292.92 0.67 0.58
Hex CA 4B DB 8 42 0 E 125 43 3A
Octal 312 113 333 10 102 0 16 445 103 72
Binary 11001010 1001011 11011011 1000 1000010 0 1110 100100101 1000011 111010

Color Harmonies of #CA4BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4BDB

Black with #CA4BDB

Text Example


Text Example

White with #CA4BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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