Html Css Color HEX #CE30D9 Medium Orchid

📋 copy color: '#CE30D9'

red 206 ◦ green 48 ◦ blue 217

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

Shades of Medium Orchid #CE30D9

Tints of Medium Orchid #CE30D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 46.07%

R = 43.74%
G = 10.19%
B = 46.07%

CMYK

 C value IS 0.05

 M value IS 0.78

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CE30D9 (or 0xCE30D9) is known color: Medium Orchid. HEX triplet: CE, 30 and D9. RGB value is (206,48,217). Sum of RGB (Red+Green+Blue) = 206+48+217=471 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.74% from 471); Green value is 48 (19.14% from 255 or 10.19% from 471); Blue value is 217 (85.16% from 255 or 46.07% from 471); Max value from RGB is 217 - color contains mainly: blue. Hex color #CE30D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE30D9 is #31CF26. Grayscale: #717171. Windows color (decimal): -3264295 or 14233806. OLE color: 14233806.

HSL color Cylindrical-coordinate representation of color #CE30D9: hue angle of 296.09º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CE30D9 is Cyan = 0.05, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 206 48 217 -
CMYK 0.05 0.78 0 0.15
HSL 296.09º 0.69% 0.52% -
HSV(B) 296.09º 0.78% 0.85% -
XYZ 39.03 20.25 67.5 -
YUV 114.51 185.85 193.26 -
System Red Green Blue C M Y K H S L
Decimal 206 48 217 0.05 0.78 0 0.15 296.09 0.69 0.52
Hex CE 30 D9 5 4E 0 F 128 45 34
Octal 316 60 331 5 116 0 17 450 105 64
Binary 11001110 110000 11011001 101 1001110 0 1111 100101000 1000101 110100

Color Harmonies of #CE30D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE30D9

Black with #CE30D9

Text Example


Text Example

White with #CE30D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE30D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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