Html Css Color HEX #CE35D8 Medium Orchid

📋 copy color: '#CE35D8'

red 206 ◦ green 53 ◦ blue 216

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

Shades of Medium Orchid #CE35D8

Tints of Medium Orchid #CE35D8

RGB

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

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

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

R = 43.37%
G = 11.16%
B = 45.47%

CMYK

 C value IS 0.05

 M value IS 0.75

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CE35D8 (or 0xCE35D8) is known color: Medium Orchid. HEX triplet: CE, 35 and D8. RGB value is (206,53,216). Sum of RGB (Red+Green+Blue) = 206+53+216=475 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.37% from 475); Green value is 53 (21.09% from 255 or 11.16% from 475); Blue value is 216 (84.77% from 255 or 45.47% from 475); Max value from RGB is 216 - color contains mainly: blue. Hex color #CE35D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE35D8 is #31CA27. Grayscale: #747474. Windows color (decimal): -3263016 or 14169550. OLE color: 14169550.

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

Color convert

RGB 206 53 216 -
CMYK 0.05 0.75 0 0.15
HSL 296.32º 0.68% 0.53% -
HSV(B) 296.32º 0.75% 0.85% -
XYZ 39.12 20.63 66.89 -
YUV 117.33 183.69 191.25 -
System Red Green Blue C M Y K H S L
Decimal 206 53 216 0.05 0.75 0 0.15 296.32 0.68 0.53
Hex CE 35 D8 5 4B 0 F 128 44 35
Octal 316 65 330 5 113 0 17 450 104 65
Binary 11001110 110101 11011000 101 1001011 0 1111 100101000 1000100 110101

Color Harmonies of #CE35D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE35D8

Black with #CE35D8

Text Example


Text Example

White with #CE35D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE35D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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