Html Css Color HEX #CD30E1 Medium Orchid

📋 copy color: '#CD30E1'

red 205 ◦ green 48 ◦ blue 225

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

Shades of Medium Orchid #CD30E1

Tints of Medium Orchid #CD30E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 47.07%

R = 42.89%
G = 10.04%
B = 47.07%

CMYK

 C value IS 0.09

 M value IS 0.79

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CD30E1 (or 0xCD30E1) is known color: Medium Orchid. HEX triplet: CD, 30 and E1. RGB value is (205,48,225). Sum of RGB (Red+Green+Blue) = 205+48+225=478 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.89% from 478); Green value is 48 (19.14% from 255 or 10.04% from 478); Blue value is 225 (88.28% from 255 or 47.07% from 478); Max value from RGB is 225 - color contains mainly: blue. Hex color #CD30E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD30E1 is #32CF1E. Grayscale: #727272. Windows color (decimal): -3329823 or 14758093. OLE color: 14758093.

HSL color Cylindrical-coordinate representation of color #CD30E1: hue angle of 293.22º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CD30E1 is Cyan = 0.09, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 205 48 225 -
CMYK 0.09 0.79 0 0.12
HSL 293.22º 0.75% 0.54% -
HSV(B) 293.22º 0.79% 0.88% -
XYZ 39.82 20.53 73.1 -
YUV 115.12 190.01 192.11 -
System Red Green Blue C M Y K H S L
Decimal 205 48 225 0.09 0.79 0 0.12 293.22 0.75 0.54
Hex CD 30 E1 9 4F 0 C 125 4B 36
Octal 315 60 341 11 117 0 14 445 113 66
Binary 11001101 110000 11100001 1001 1001111 0 1100 100100101 1001011 110110

Color Harmonies of #CD30E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD30E1

Black with #CD30E1

Text Example


Text Example

White with #CD30E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD30E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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