Html Css Color HEX #CE2DD8 Medium Orchid

📋 copy color: '#CE2DD8'

red 206 ◦ green 45 ◦ blue 216

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

Shades of Medium Orchid #CE2DD8

Tints of Medium Orchid #CE2DD8

RGB

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

 GREEN value IS 45 (17.97% from 255) = 9.64%

 BLUE value IS 216 (84.77% from 255) = 46.25%

R = 44.11%
G = 9.64%
B = 46.25%

CMYK

 C value IS 0.05

 M value IS 0.79

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CE2DD8 (or 0xCE2DD8) is known color: Medium Orchid. HEX triplet: CE, 2D and D8. RGB value is (206,45,216). Sum of RGB (Red+Green+Blue) = 206+45+216=467 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.11% from 467); Green value is 45 (17.97% from 255 or 9.64% from 467); Blue value is 216 (84.77% from 255 or 46.25% from 467); Max value from RGB is 216 - color contains mainly: blue. Hex color #CE2DD8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE2DD8 is #31D227. Grayscale: #707070. Windows color (decimal): -3265064 or 14167502. OLE color: 14167502.

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

Color convert

RGB 206 45 216 -
CMYK 0.05 0.79 0 0.15
HSL 296.49º 0.69% 0.51% -
HSV(B) 296.49º 0.79% 0.85% -
XYZ 38.79 19.96 66.77 -
YUV 112.63 186.34 194.6 -
System Red Green Blue C M Y K H S L
Decimal 206 45 216 0.05 0.79 0 0.15 296.49 0.69 0.51
Hex CE 2D D8 5 4F 0 F 128 45 33
Octal 316 55 330 5 117 0 17 450 105 63
Binary 11001110 101101 11011000 101 1001111 0 1111 100101000 1000101 110011

Color Harmonies of #CE2DD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2DD8

Black with #CE2DD8

Text Example


Text Example

White with #CE2DD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2DD8; }

 p { color: rgb(206,45,216); }

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

background-color css

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

 a { background-color: rgb(206,45,216); }

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

border-color css

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

 span { border-color: rgb(206,45,216); }

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