Html Css Color HEX #CE35ED Medium Orchid

📋 copy color: '#CE35ED'

red 206 ◦ green 53 ◦ blue 237

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

Shades of Medium Orchid #CE35ED

Tints of Medium Orchid #CE35ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 47.78%

R = 41.53%
G = 10.69%
B = 47.78%

CMYK

 C value IS 0.13

 M value IS 0.78

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CE35ED (or 0xCE35ED) is known color: Medium Orchid. HEX triplet: CE, 35 and ED. RGB value is (206,53,237). Sum of RGB (Red+Green+Blue) = 206+53+237=496 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.53% from 496); Green value is 53 (21.09% from 255 or 10.69% from 496); Blue value is 237 (92.97% from 255 or 47.78% from 496); Max value from RGB is 237 - color contains mainly: blue. Hex color #CE35ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE35ED is #31CA12. Grayscale: #777777. Windows color (decimal): -3262995 or 15545806. OLE color: 15545806.

HSL color Cylindrical-coordinate representation of color #CE35ED: hue angle of 289.89º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CE35ED is Cyan = 0.13, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 206 53 237 -
CMYK 0.13 0.78 0 0.07
HSL 289.89º 0.84% 0.57% -
HSV(B) 289.89º 0.78% 0.93% -
XYZ 42.01 21.78 82.11 -
YUV 119.72 194.19 189.54 -
System Red Green Blue C M Y K H S L
Decimal 206 53 237 0.13 0.78 0 0.07 289.89 0.84 0.57
Hex CE 35 ED D 4E 0 7 122 54 39
Octal 316 65 355 15 116 0 7 442 124 71
Binary 11001110 110101 11101101 1101 1001110 0 111 100100010 1010100 111001

Color Harmonies of #CE35ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE35ED

Black with #CE35ED

Text Example


Text Example

White with #CE35ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE35ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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