Html Css Color HEX #CD30EE Medium Orchid

📋 copy color: '#CD30EE'

red 205 ◦ green 48 ◦ blue 238

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

Shades of Medium Orchid #CD30EE

Tints of Medium Orchid #CD30EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 48.47%

R = 41.75%
G = 9.78%
B = 48.47%

CMYK

 C value IS 0.14

 M value IS 0.80

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CD30EE (or 0xCD30EE) is known color: Medium Orchid. HEX triplet: CD, 30 and EE. RGB value is (205,48,238). Sum of RGB (Red+Green+Blue) = 205+48+238=491 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.75% from 491); Green value is 48 (19.14% from 255 or 9.78% from 491); Blue value is 238 (93.36% from 255 or 48.47% from 491); Max value from RGB is 238 - color contains mainly: blue. Hex color #CD30EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CD30EE is #32CF11. Grayscale: #747474. Windows color (decimal): -3329810 or 15610061. OLE color: 15610061.

HSL color Cylindrical-coordinate representation of color #CD30EE: hue angle of 289.58º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CD30EE is Cyan = 0.14, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 205 48 238 -
CMYK 0.14 0.80 0 0.07
HSL 289.58º 0.85% 0.56% -
HSV(B) 289.58º 0.8% 0.93% -
XYZ 41.67 21.27 82.8 -
YUV 116.6 196.51 191.05 -
System Red Green Blue C M Y K H S L
Decimal 205 48 238 0.14 0.80 0 0.07 289.58 0.85 0.56
Hex CD 30 EE E 50 0 7 122 55 38
Octal 315 60 356 16 120 0 7 442 125 70
Binary 11001101 110000 11101110 1110 1010000 0 111 100100010 1010101 111000

Color Harmonies of #CD30EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD30EE

Black with #CD30EE

Text Example


Text Example

White with #CD30EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD30EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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