Html Css Color HEX #CA30DE Medium Orchid

📋 copy color: '#CA30DE'

red 202 ◦ green 48 ◦ blue 222

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

Shades of Medium Orchid #CA30DE

Tints of Medium Orchid #CA30DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 47.03%

R = 42.8%
G = 10.17%
B = 47.03%

CMYK

 C value IS 0.09

 M value IS 0.78

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CA30DE (or 0xCA30DE) is known color: Medium Orchid. HEX triplet: CA, 30 and DE. RGB value is (202,48,222). Sum of RGB (Red+Green+Blue) = 202+48+222=472 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.80% from 472); Green value is 48 (19.14% from 255 or 10.17% from 472); Blue value is 222 (87.11% from 255 or 47.03% from 472); Max value from RGB is 222 - color contains mainly: blue. Hex color #CA30DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA30DE is #35CF21. Grayscale: #717171. Windows color (decimal): -3526434 or 14561482. OLE color: 14561482.

HSL color Cylindrical-coordinate representation of color #CA30DE: hue angle of 293.1º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CA30DE is Cyan = 0.09, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 202 48 222 -
CMYK 0.09 0.78 0 0.13
HSL 293.1º 0.73% 0.53% -
HSV(B) 293.1º 0.78% 0.87% -
XYZ 38.6 19.94 70.92 -
YUV 113.88 189.02 190.85 -
System Red Green Blue C M Y K H S L
Decimal 202 48 222 0.09 0.78 0 0.13 293.1 0.73 0.53
Hex CA 30 DE 9 4E 0 D 125 48 35
Octal 312 60 336 11 116 0 15 445 110 65
Binary 11001010 110000 11011110 1001 1001110 0 1101 100100101 1001000 110101

Color Harmonies of #CA30DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA30DE

Black with #CA30DE

Text Example


Text Example

White with #CA30DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA30DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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