Html Css Color HEX #CE37DE Medium Orchid

📋 copy color: '#CE37DE'

red 206 ◦ green 55 ◦ blue 222

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

Shades of Medium Orchid #CE37DE

Tints of Medium Orchid #CE37DE

RGB

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

 GREEN value IS 55 (21.88% from 255) = 11.39%

 BLUE value IS 222 (87.11% from 255) = 45.96%

R = 42.65%
G = 11.39%
B = 45.96%

CMYK

 C value IS 0.07

 M value IS 0.75

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CE37DE (or 0xCE37DE) is known color: Medium Orchid. HEX triplet: CE, 37 and DE. RGB value is (206,55,222). Sum of RGB (Red+Green+Blue) = 206+55+222=483 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.65% from 483); Green value is 55 (21.88% from 255 or 11.39% from 483); Blue value is 222 (87.11% from 255 or 45.96% from 483); Max value from RGB is 222 - color contains mainly: blue. Hex color #CE37DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE37DE is #31C821. Grayscale: #767676. Windows color (decimal): -3262498 or 14563278. OLE color: 14563278.

HSL color Cylindrical-coordinate representation of color #CE37DE: hue angle of 294.25º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CE37DE is Cyan = 0.07, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 206 55 222 -
CMYK 0.07 0.75 0 0.13
HSL 294.25º 0.72% 0.54% -
HSV(B) 294.25º 0.75% 0.87% -
XYZ 40 21.13 71.08 -
YUV 119.19 186.03 189.92 -
System Red Green Blue C M Y K H S L
Decimal 206 55 222 0.07 0.75 0 0.13 294.25 0.72 0.54
Hex CE 37 DE 7 4B 0 D 126 48 36
Octal 316 67 336 7 113 0 15 446 110 66
Binary 11001110 110111 11011110 111 1001011 0 1101 100100110 1001000 110110

Color Harmonies of #CE37DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE37DE

Black with #CE37DE

Text Example


Text Example

White with #CE37DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE37DE; }

 p { color: rgb(206,55,222); }

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

background-color css

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

 a { background-color: rgb(206,55,222); }

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

border-color css

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

 span { border-color: rgb(206,55,222); }

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