Html Css Color HEX #CA30DC Medium Orchid

📋 copy color: '#CA30DC'

red 202 ◦ green 48 ◦ blue 220

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

Shades of Medium Orchid #CA30DC

Tints of Medium Orchid #CA30DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 46.81%

R = 42.98%
G = 10.21%
B = 46.81%

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

#CA30DC (or 0xCA30DC) is known color: Medium Orchid. HEX triplet: CA, 30 and DC. RGB value is (202,48,220). Sum of RGB (Red+Green+Blue) = 202+48+220=470 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.98% from 470); Green value is 48 (19.14% from 255 or 10.21% from 470); Blue value is 220 (86.33% from 255 or 46.81% from 470); Max value from RGB is 220 - color contains mainly: blue. Hex color #CA30DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA30DC is #35CF23. Grayscale: #717171. Windows color (decimal): -3526436 or 14430410. OLE color: 14430410.

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

Color convert

RGB 202 48 220 -
CMYK 0.08 0.78 0 0.14
HSL 293.72º 0.71% 0.53% -
HSV(B) 293.72º 0.78% 0.86% -
XYZ 38.33 19.84 69.52 -
YUV 113.65 188.02 191.01 -
System Red Green Blue C M Y K H S L
Decimal 202 48 220 0.08 0.78 0 0.14 293.72 0.71 0.53
Hex CA 30 DC 8 4E 0 E 126 47 35
Octal 312 60 334 10 116 0 16 446 107 65
Binary 11001010 110000 11011100 1000 1001110 0 1110 100100110 1000111 110101

Color Harmonies of #CA30DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA30DC

Black with #CA30DC

Text Example


Text Example

White with #CA30DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA30DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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