Html Css Color HEX #CE35DC Medium Orchid

📋 copy color: '#CE35DC'

red 206 ◦ green 53 ◦ blue 220

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

Shades of Medium Orchid #CE35DC

Tints of Medium Orchid #CE35DC

RGB

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

 GREEN value IS 53 (21.09% from 255) = 11.06%

 BLUE value IS 220 (86.33% from 255) = 45.93%

R = 43.01%
G = 11.06%
B = 45.93%

CMYK

 C value IS 0.06

 M value IS 0.76

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CE35DC (or 0xCE35DC) is known color: Medium Orchid. HEX triplet: CE, 35 and DC. RGB value is (206,53,220). Sum of RGB (Red+Green+Blue) = 206+53+220=479 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.01% from 479); Green value is 53 (21.09% from 255 or 11.06% from 479); Blue value is 220 (86.33% from 255 or 45.93% from 479); Max value from RGB is 220 - color contains mainly: blue. Hex color #CE35DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE35DC is #31CA23. Grayscale: #757575. Windows color (decimal): -3263012 or 14431694. OLE color: 14431694.

HSL color Cylindrical-coordinate representation of color #CE35DC: hue angle of 294.97º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CE35DC is Cyan = 0.06, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 206 53 220 -
CMYK 0.06 0.76 0 0.14
HSL 294.97º 0.7% 0.54% -
HSV(B) 294.97º 0.76% 0.86% -
XYZ 39.64 20.84 69.64 -
YUV 117.79 185.69 190.92 -
System Red Green Blue C M Y K H S L
Decimal 206 53 220 0.06 0.76 0 0.14 294.97 0.7 0.54
Hex CE 35 DC 6 4C 0 E 127 46 36
Octal 316 65 334 6 114 0 16 447 106 66
Binary 11001110 110101 11011100 110 1001100 0 1110 100100111 1000110 110110

Color Harmonies of #CE35DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE35DC

Black with #CE35DC

Text Example


Text Example

White with #CE35DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE35DC; }

 p { color: rgb(206,53,220); }

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

background-color css

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

 a { background-color: rgb(206,53,220); }

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

border-color css

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

 span { border-color: rgb(206,53,220); }

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