Html Css Color HEX #CE5DE4 Medium Orchid

📋 copy color: '#CE5DE4'

red 206 ◦ green 93 ◦ blue 228

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

Shades of Medium Orchid #CE5DE4

Tints of Medium Orchid #CE5DE4

RGB

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

 GREEN value IS 93 (36.72% from 255) = 17.65%

 BLUE value IS 228 (89.45% from 255) = 43.26%

R = 39.09%
G = 17.65%
B = 43.26%

CMYK

 C value IS 0.10

 M value IS 0.59

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#CE5DE4 (or 0xCE5DE4) is known color: Medium Orchid. HEX triplet: CE, 5D and E4. RGB value is (206,93,228). Sum of RGB (Red+Green+Blue) = 206+93+228=527 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.09% from 527); Green value is 93 (36.72% from 255 or 17.65% from 527); Blue value is 228 (89.45% from 255 or 43.26% from 527); Max value from RGB is 228 - color contains mainly: blue. Hex color #CE5DE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE5DE4 is #31A21B. Grayscale: #8D8D8D. Windows color (decimal): -3252764 or 14966222. OLE color: 14966222.

HSL color Cylindrical-coordinate representation of color #CE5DE4: hue angle of 290.22º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CE5DE4 is Cyan = 0.10, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 206 93 228 -
CMYK 0.10 0.59 0 0.11
HSL 290.22º 0.71% 0.63% -
HSV(B) 290.22º 0.59% 0.89% -
XYZ 43.37 26.55 76.24 -
YUV 142.18 176.44 173.52 -
System Red Green Blue C M Y K H S L
Decimal 206 93 228 0.10 0.59 0 0.11 290.22 0.71 0.63
Hex CE 5D E4 A 3B 0 B 122 47 3F
Octal 316 135 344 12 73 0 13 442 107 77
Binary 11001110 1011101 11100100 1010 111011 0 1011 100100010 1000111 111111

Color Harmonies of #CE5DE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5DE4

Black with #CE5DE4

Text Example


Text Example

White with #CE5DE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5DE4; }

 p { color: rgb(206,93,228); }

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

background-color css

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

 a { background-color: rgb(206,93,228); }

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

border-color css

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

 span { border-color: rgb(206,93,228); }

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