Html Css Color HEX #CE4BDE Medium Orchid

📋 copy color: '#CE4BDE'

red 206 ◦ green 75 ◦ blue 222

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

Shades of Medium Orchid #CE4BDE

Tints of Medium Orchid #CE4BDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 44.14%

R = 40.95%
G = 14.91%
B = 44.14%

CMYK

 C value IS 0.07

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CE4BDE (or 0xCE4BDE) is known color: Medium Orchid. HEX triplet: CE, 4B and DE. RGB value is (206,75,222). Sum of RGB (Red+Green+Blue) = 206+75+222=503 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.95% from 503); Green value is 75 (29.69% from 255 or 14.91% from 503); Blue value is 222 (87.11% from 255 or 44.14% from 503); Max value from RGB is 222 - color contains mainly: blue. Hex color #CE4BDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE4BDE is #31B421. Grayscale: #828282. Windows color (decimal): -3257378 or 14568398. OLE color: 14568398.

HSL color Cylindrical-coordinate representation of color #CE4BDE: hue angle of 293.47º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CE4BDE is Cyan = 0.07, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 206 75 222 -
CMYK 0.07 0.66 0 0.13
HSL 293.47º 0.69% 0.58% -
HSV(B) 293.47º 0.66% 0.87% -
XYZ 41.15 23.43 71.46 -
YUV 130.93 179.4 181.55 -
System Red Green Blue C M Y K H S L
Decimal 206 75 222 0.07 0.66 0 0.13 293.47 0.69 0.58
Hex CE 4B DE 7 42 0 D 125 45 3A
Octal 316 113 336 7 102 0 15 445 105 72
Binary 11001110 1001011 11011110 111 1000010 0 1101 100100101 1000101 111010

Color Harmonies of #CE4BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4BDE

Black with #CE4BDE

Text Example


Text Example

White with #CE4BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4BDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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