Html Css Color HEX #CE30DF Medium Orchid

📋 copy color: '#CE30DF'

red 206 ◦ green 48 ◦ blue 223

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

Shades of Medium Orchid #CE30DF

Tints of Medium Orchid #CE30DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 46.75%

R = 43.19%
G = 10.06%
B = 46.75%

CMYK

 C value IS 0.08

 M value IS 0.78

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CE30DF (or 0xCE30DF) is known color: Medium Orchid. HEX triplet: CE, 30 and DF. RGB value is (206,48,223). Sum of RGB (Red+Green+Blue) = 206+48+223=477 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.19% from 477); Green value is 48 (19.14% from 255 or 10.06% from 477); Blue value is 223 (87.5% from 255 or 46.75% from 477); Max value from RGB is 223 - color contains mainly: blue. Hex color #CE30DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE30DF is #31CF20. Grayscale: #727272. Windows color (decimal): -3264289 or 14627022. OLE color: 14627022.

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

Color convert

RGB 206 48 223 -
CMYK 0.08 0.78 0 0.13
HSL 294.17º 0.73% 0.53% -
HSV(B) 294.17º 0.78% 0.87% -
XYZ 39.83 20.56 71.68 -
YUV 115.19 188.85 192.77 -
System Red Green Blue C M Y K H S L
Decimal 206 48 223 0.08 0.78 0 0.13 294.17 0.73 0.53
Hex CE 30 DF 8 4E 0 D 126 49 35
Octal 316 60 337 10 116 0 15 446 111 65
Binary 11001110 110000 11011111 1000 1001110 0 1101 100100110 1001001 110101

Color Harmonies of #CE30DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE30DF

Black with #CE30DF

Text Example


Text Example

White with #CE30DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE30DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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