Html Css Color HEX #CE4DDE Medium Orchid

📋 copy color: '#CE4DDE'

red 206 ◦ green 77 ◦ blue 222

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

Shades of Medium Orchid #CE4DDE

Tints of Medium Orchid #CE4DDE

RGB

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

 GREEN value IS 77 (30.47% from 255) = 15.25%

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

R = 40.79%
G = 15.25%
B = 43.96%

CMYK

 C value IS 0.07

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CE4DDE (or 0xCE4DDE) is known color: Medium Orchid. HEX triplet: CE, 4D and DE. RGB value is (206,77,222). Sum of RGB (Red+Green+Blue) = 206+77+222=505 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.79% from 505); Green value is 77 (30.47% from 255 or 15.25% from 505); Blue value is 222 (87.11% from 255 or 43.96% from 505); Max value from RGB is 222 - color contains mainly: blue. Hex color #CE4DDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE4DDE is #31B221. Grayscale: #838383. Windows color (decimal): -3256866 or 14568910. OLE color: 14568910.

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

Color convert

RGB 206 77 222 -
CMYK 0.07 0.65 0 0.13
HSL 293.38º 0.69% 0.59% -
HSV(B) 293.38º 0.65% 0.87% -
XYZ 41.29 23.7 71.51 -
YUV 132.1 178.74 180.71 -
System Red Green Blue C M Y K H S L
Decimal 206 77 222 0.07 0.65 0 0.13 293.38 0.69 0.59
Hex CE 4D DE 7 41 0 D 125 45 3B
Octal 316 115 336 7 101 0 15 445 105 73
Binary 11001110 1001101 11011110 111 1000001 0 1101 100100101 1000101 111011

Color Harmonies of #CE4DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4DDE

Black with #CE4DDE

Text Example


Text Example

White with #CE4DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4DDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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