Html Css Color HEX #CE2DD7 Medium Orchid

📋 copy color: '#CE2DD7'

red 206 ◦ green 45 ◦ blue 215

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

Shades of Medium Orchid #CE2DD7

Tints of Medium Orchid #CE2DD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 46.14%

R = 44.21%
G = 9.66%
B = 46.14%

CMYK

 C value IS 0.04

 M value IS 0.79

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CE2DD7 (or 0xCE2DD7) is known color: Medium Orchid. HEX triplet: CE, 2D and D7. RGB value is (206,45,215). Sum of RGB (Red+Green+Blue) = 206+45+215=466 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.21% from 466); Green value is 45 (17.97% from 255 or 9.66% from 466); Blue value is 215 (84.38% from 255 or 46.14% from 466); Max value from RGB is 215 - color contains mainly: blue. Hex color #CE2DD7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE2DD7 is #31D228. Grayscale: #707070. Windows color (decimal): -3265065 or 14101966. OLE color: 14101966.

HSL color Cylindrical-coordinate representation of color #CE2DD7: hue angle of 296.82º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CE2DD7 is Cyan = 0.04, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 206 45 215 -
CMYK 0.04 0.79 0 0.16
HSL 296.82º 0.68% 0.51% -
HSV(B) 296.82º 0.79% 0.84% -
XYZ 38.66 19.9 66.09 -
YUV 112.52 185.84 194.68 -
System Red Green Blue C M Y K H S L
Decimal 206 45 215 0.04 0.79 0 0.16 296.82 0.68 0.51
Hex CE 2D D7 4 4F 0 10 129 44 33
Octal 316 55 327 4 117 0 20 451 104 63
Binary 11001110 101101 11010111 100 1001111 0 10000 100101001 1000100 110011

Color Harmonies of #CE2DD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2DD7

Black with #CE2DD7

Text Example


Text Example

White with #CE2DD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2DD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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