Html Css Color HEX #CE30DD Medium Orchid

📋 copy color: '#CE30DD'

red 206 ◦ green 48 ◦ blue 221

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

Shades of Medium Orchid #CE30DD

Tints of Medium Orchid #CE30DD

RGB

 RED value IS 206 (80.86% from 255) = 43.37%

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

 BLUE value IS 221 (86.72% from 255) = 46.53%

R = 43.37%
G = 10.11%
B = 46.53%

CMYK

 C value IS 0.07

 M value IS 0.78

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CE30DD (or 0xCE30DD) is known color: Medium Orchid. HEX triplet: CE, 30 and DD. RGB value is (206,48,221). Sum of RGB (Red+Green+Blue) = 206+48+221=475 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.37% from 475); Green value is 48 (19.14% from 255 or 10.11% from 475); Blue value is 221 (86.72% from 255 or 46.53% from 475); Max value from RGB is 221 - color contains mainly: blue. Hex color #CE30DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE30DD is #31CF22. Grayscale: #727272. Windows color (decimal): -3264291 or 14495950. OLE color: 14495950.

HSL color Cylindrical-coordinate representation of color #CE30DD: hue angle of 294.8º degrees, saturation: 0.72, 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 #CE30DD is Cyan = 0.07, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 206 48 221 -
CMYK 0.07 0.78 0 0.13
HSL 294.8º 0.72% 0.53% -
HSV(B) 294.8º 0.78% 0.87% -
XYZ 39.56 20.46 70.27 -
YUV 114.96 187.85 192.93 -
System Red Green Blue C M Y K H S L
Decimal 206 48 221 0.07 0.78 0 0.13 294.8 0.72 0.53
Hex CE 30 DD 7 4E 0 D 127 48 35
Octal 316 60 335 7 116 0 15 447 110 65
Binary 11001110 110000 11011101 111 1001110 0 1101 100100111 1001000 110101

Color Harmonies of #CE30DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE30DD

Black with #CE30DD

Text Example


Text Example

White with #CE30DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE30DD; }

 p { color: rgb(206,48,221); }

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

background-color css

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

 a { background-color: rgb(206,48,221); }

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

border-color css

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

 span { border-color: rgb(206,48,221); }

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