Html Css Color HEX #CA30DB Medium Orchid

📋 copy color: '#CA30DB'

red 202 ◦ green 48 ◦ blue 219

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

Shades of Medium Orchid #CA30DB

Tints of Medium Orchid #CA30DB

RGB

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

 GREEN value IS 48 (19.14% from 255) = 10.23%

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

R = 43.07%
G = 10.23%
B = 46.7%

CMYK

 C value IS 0.08

 M value IS 0.78

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CA30DB (or 0xCA30DB) is known color: Medium Orchid. HEX triplet: CA, 30 and DB. RGB value is (202,48,219). Sum of RGB (Red+Green+Blue) = 202+48+219=469 (62% of max value = 765). Red value is 202 (79.30% from 255 or 43.07% from 469); Green value is 48 (19.14% from 255 or 10.23% from 469); Blue value is 219 (85.94% from 255 or 46.70% from 469); Max value from RGB is 219 - color contains mainly: blue. Hex color #CA30DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA30DB is #35CF24. Grayscale: #717171. Windows color (decimal): -3526437 or 14364874. OLE color: 14364874.

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

Color convert

RGB 202 48 219 -
CMYK 0.08 0.78 0 0.14
HSL 294.04º 0.7% 0.52% -
HSV(B) 294.04º 0.78% 0.86% -
XYZ 38.2 19.78 68.82 -
YUV 113.54 187.52 191.1 -
System Red Green Blue C M Y K H S L
Decimal 202 48 219 0.08 0.78 0 0.14 294.04 0.7 0.52
Hex CA 30 DB 8 4E 0 E 126 46 34
Octal 312 60 333 10 116 0 16 446 106 64
Binary 11001010 110000 11011011 1000 1001110 0 1110 100100110 1000110 110100

Color Harmonies of #CA30DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA30DB

Black with #CA30DB

Text Example


Text Example

White with #CA30DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA30DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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