Html Css Color HEX #CE4BEE Medium Orchid

📋 copy color: '#CE4BEE'

red 206 ◦ green 75 ◦ blue 238

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

Shades of Medium Orchid #CE4BEE

Tints of Medium Orchid #CE4BEE

RGB

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

 GREEN value IS 75 (29.69% from 255) = 14.45%

 BLUE value IS 238 (93.36% from 255) = 45.86%

R = 39.69%
G = 14.45%
B = 45.86%

CMYK

 C value IS 0.13

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CE4BEE (or 0xCE4BEE) is known color: Medium Orchid. HEX triplet: CE, 4B and EE. RGB value is (206,75,238). Sum of RGB (Red+Green+Blue) = 206+75+238=519 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.69% from 519); Green value is 75 (29.69% from 255 or 14.45% from 519); Blue value is 238 (93.36% from 255 or 45.86% from 519); Max value from RGB is 238 - color contains mainly: blue. Hex color #CE4BEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE4BEE is #31B411. Grayscale: #848484. Windows color (decimal): -3257362 or 15616974. OLE color: 15616974.

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

Color convert

RGB 206 75 238 -
CMYK 0.13 0.68 0 0.07
HSL 288.22º 0.83% 0.61% -
HSV(B) 288.22º 0.68% 0.93% -
XYZ 43.4 24.33 83.3 -
YUV 132.75 187.4 180.25 -
System Red Green Blue C M Y K H S L
Decimal 206 75 238 0.13 0.68 0 0.07 288.22 0.83 0.61
Hex CE 4B EE D 44 0 7 120 53 3D
Octal 316 113 356 15 104 0 7 440 123 75
Binary 11001110 1001011 11101110 1101 1000100 0 111 100100000 1010011 111101

Color Harmonies of #CE4BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4BEE

Black with #CE4BEE

Text Example


Text Example

White with #CE4BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4BEE; }

 p { color: rgb(206,75,238); }

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

background-color css

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

 a { background-color: rgb(206,75,238); }

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

border-color css

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

 span { border-color: rgb(206,75,238); }

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