Html Css Color HEX #CE5DD7 Medium Orchid

📋 copy color: '#CE5DD7'

red 206 ◦ green 93 ◦ blue 215

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

Shades of Medium Orchid #CE5DD7

Tints of Medium Orchid #CE5DD7

RGB

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

 GREEN value IS 93 (36.72% from 255) = 18.09%

 BLUE value IS 215 (84.38% from 255) = 41.83%

R = 40.08%
G = 18.09%
B = 41.83%

CMYK

 C value IS 0.04

 M value IS 0.57

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CE5DD7 (or 0xCE5DD7) is known color: Medium Orchid. HEX triplet: CE, 5D and D7. RGB value is (206,93,215). Sum of RGB (Red+Green+Blue) = 206+93+215=514 (68% of max value = 765). Red value is 206 (80.86% from 255 or 40.08% from 514); Green value is 93 (36.72% from 255 or 18.09% from 514); Blue value is 215 (84.38% from 255 or 41.83% from 514); Max value from RGB is 215 - color contains mainly: blue. Hex color #CE5DD7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE5DD7 is #31A228. Grayscale: #8C8C8C. Windows color (decimal): -3252777 or 14114254. OLE color: 14114254.

HSL color Cylindrical-coordinate representation of color #CE5DD7: hue angle of 295.57º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CE5DD7 is Cyan = 0.04, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 206 93 215 -
CMYK 0.04 0.57 0 0.16
HSL 295.57º 0.6% 0.6% -
HSV(B) 295.57º 0.57% 0.84% -
XYZ 41.63 25.86 67.09 -
YUV 140.7 169.94 174.58 -
System Red Green Blue C M Y K H S L
Decimal 206 93 215 0.04 0.57 0 0.16 295.57 0.6 0.6
Hex CE 5D D7 4 39 0 10 128 3C 3C
Octal 316 135 327 4 71 0 20 450 74 74
Binary 11001110 1011101 11010111 100 111001 0 10000 100101000 111100 111100

Color Harmonies of #CE5DD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5DD7

Black with #CE5DD7

Text Example


Text Example

White with #CE5DD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5DD7; }

 p { color: rgb(206,93,215); }

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

background-color css

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

 a { background-color: rgb(206,93,215); }

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

border-color css

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

 span { border-color: rgb(206,93,215); }

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