Html Css Color HEX #CE4EEB Medium Orchid

📋 copy color: '#CE4EEB'

red 206 ◦ green 78 ◦ blue 235

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

Shades of Medium Orchid #CE4EEB

Tints of Medium Orchid #CE4EEB

RGB

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

 GREEN value IS 78 (30.86% from 255) = 15.03%

 BLUE value IS 235 (92.19% from 255) = 45.28%

R = 39.69%
G = 15.03%
B = 45.28%

CMYK

 C value IS 0.12

 M value IS 0.67

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CE4EEB (or 0xCE4EEB) is known color: Medium Orchid. HEX triplet: CE, 4E and EB. RGB value is (206,78,235). Sum of RGB (Red+Green+Blue) = 206+78+235=519 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.69% from 519); Green value is 78 (30.86% from 255 or 15.03% from 519); Blue value is 235 (92.19% from 255 or 45.28% from 519); Max value from RGB is 235 - color contains mainly: blue. Hex color #CE4EEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE4EEB is #31B114. Grayscale: #858585. Windows color (decimal): -3256597 or 15421134. OLE color: 15421134.

HSL color Cylindrical-coordinate representation of color #CE4EEB: hue angle of 288.92º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CE4EEB is Cyan = 0.12, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 206 78 235 -
CMYK 0.12 0.67 0 0.08
HSL 288.92º 0.8% 0.61% -
HSV(B) 288.92º 0.67% 0.92% -
XYZ 43.17 24.57 81.06 -
YUV 134.17 184.91 179.23 -
System Red Green Blue C M Y K H S L
Decimal 206 78 235 0.12 0.67 0 0.08 288.92 0.8 0.61
Hex CE 4E EB C 43 0 8 121 50 3D
Octal 316 116 353 14 103 0 10 441 120 75
Binary 11001110 1001110 11101011 1100 1000011 0 1000 100100001 1010000 111101

Color Harmonies of #CE4EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4EEB

Black with #CE4EEB

Text Example


Text Example

White with #CE4EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4EEB; }

 p { color: rgb(206,78,235); }

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

background-color css

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

 a { background-color: rgb(206,78,235); }

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

border-color css

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

 span { border-color: rgb(206,78,235); }

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