Html Css Color HEX #CD30E5 Medium Orchid

📋 copy color: '#CD30E5'

red 205 ◦ green 48 ◦ blue 229

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

Shades of Medium Orchid #CD30E5

Tints of Medium Orchid #CD30E5

RGB

 RED value IS 205 (80.47% from 255) = 42.53%

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

 BLUE value IS 229 (89.84% from 255) = 47.51%

R = 42.53%
G = 9.96%
B = 47.51%

CMYK

 C value IS 0.10

 M value IS 0.79

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CD30E5 (or 0xCD30E5) is known color: Medium Orchid. HEX triplet: CD, 30 and E5. RGB value is (205,48,229). Sum of RGB (Red+Green+Blue) = 205+48+229=482 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.53% from 482); Green value is 48 (19.14% from 255 or 9.96% from 482); Blue value is 229 (89.84% from 255 or 47.51% from 482); Max value from RGB is 229 - color contains mainly: blue. Hex color #CD30E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD30E5 is #32CF1A. Grayscale: #737373. Windows color (decimal): -3329819 or 15020237. OLE color: 15020237.

HSL color Cylindrical-coordinate representation of color #CD30E5: hue angle of 292.04º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CD30E5 is Cyan = 0.10, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 205 48 229 -
CMYK 0.10 0.79 0 0.10
HSL 292.04º 0.78% 0.54% -
HSV(B) 292.04º 0.79% 0.9% -
XYZ 40.38 20.75 76.01 -
YUV 115.58 192.01 191.78 -
System Red Green Blue C M Y K H S L
Decimal 205 48 229 0.10 0.79 0 0.10 292.04 0.78 0.54
Hex CD 30 E5 A 4F 0 A 124 4E 36
Octal 315 60 345 12 117 0 12 444 116 66
Binary 11001101 110000 11100101 1010 1001111 0 1010 100100100 1001110 110110

Color Harmonies of #CD30E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD30E5

Black with #CD30E5

Text Example


Text Example

White with #CD30E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD30E5; }

 p { color: rgb(205,48,229); }

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

background-color css

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

 a { background-color: rgb(205,48,229); }

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

border-color css

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

 span { border-color: rgb(205,48,229); }

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