Html Css Color HEX #CE55DD Medium Orchid

📋 copy color: '#CE55DD'

red 206 ◦ green 85 ◦ blue 221

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

Shades of Medium Orchid #CE55DD

Tints of Medium Orchid #CE55DD

RGB

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

 GREEN value IS 85 (33.59% from 255) = 16.6%

 BLUE value IS 221 (86.72% from 255) = 43.16%

R = 40.23%
G = 16.6%
B = 43.16%

CMYK

 C value IS 0.07

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CE55DD (or 0xCE55DD) is known color: Medium Orchid. HEX triplet: CE, 55 and DD. RGB value is (206,85,221). Sum of RGB (Red+Green+Blue) = 206+85+221=512 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.23% from 512); Green value is 85 (33.59% from 255 or 16.60% from 512); Blue value is 221 (86.72% from 255 or 43.16% from 512); Max value from RGB is 221 - color contains mainly: blue. Hex color #CE55DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE55DD is #31AA22. Grayscale: #888888. Windows color (decimal): -3254819 or 14505422. OLE color: 14505422.

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

Color convert

RGB 206 85 221 -
CMYK 0.07 0.62 0 0.13
HSL 293.38º 0.67% 0.6% -
HSV(B) 293.38º 0.62% 0.87% -
XYZ 41.75 24.84 71 -
YUV 136.68 175.59 177.44 -
System Red Green Blue C M Y K H S L
Decimal 206 85 221 0.07 0.62 0 0.13 293.38 0.67 0.6
Hex CE 55 DD 7 3E 0 D 125 43 3C
Octal 316 125 335 7 76 0 15 445 103 74
Binary 11001110 1010101 11011101 111 111110 0 1101 100100101 1000011 111100

Color Harmonies of #CE55DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE55DD

Black with #CE55DD

Text Example


Text Example

White with #CE55DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE55DD; }

 p { color: rgb(206,85,221); }

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

background-color css

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

 a { background-color: rgb(206,85,221); }

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

border-color css

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

 span { border-color: rgb(206,85,221); }

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