Html Css Color HEX #CE5CD6 Medium Orchid

📋 copy color: '#CE5CD6'

red 206 ◦ green 92 ◦ blue 214

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

Shades of Medium Orchid #CE5CD6

Tints of Medium Orchid #CE5CD6

RGB

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

 GREEN value IS 92 (36.33% from 255) = 17.97%

 BLUE value IS 214 (83.98% from 255) = 41.8%

R = 40.23%
G = 17.97%
B = 41.8%

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

#CE5CD6 (or 0xCE5CD6) is known color: Medium Orchid. HEX triplet: CE, 5C and D6. RGB value is (206,92,214). Sum of RGB (Red+Green+Blue) = 206+92+214=512 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.23% from 512); Green value is 92 (36.33% from 255 or 17.97% from 512); Blue value is 214 (83.98% from 255 or 41.80% from 512); Max value from RGB is 214 - color contains mainly: blue. Hex color #CE5CD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE5CD6 is #31A329. Grayscale: #8B8B8B. Windows color (decimal): -3253034 or 14048462. OLE color: 14048462.

HSL color Cylindrical-coordinate representation of color #CE5CD6: hue angle of 296.07º 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 #CE5CD6 is Cyan = 0.04, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 206 92 214 -
CMYK 0.04 0.57 0 0.16
HSL 296.07º 0.6% 0.6% -
HSV(B) 296.07º 0.57% 0.84% -
XYZ 41.42 25.63 66.38 -
YUV 139.99 169.77 175.08 -
System Red Green Blue C M Y K H S L
Decimal 206 92 214 0.04 0.57 0 0.16 296.07 0.6 0.6
Hex CE 5C D6 4 39 0 10 128 3C 3C
Octal 316 134 326 4 71 0 20 450 74 74
Binary 11001110 1011100 11010110 100 111001 0 10000 100101000 111100 111100

Color Harmonies of #CE5CD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5CD6

Black with #CE5CD6

Text Example


Text Example

White with #CE5CD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5CD6; }

 p { color: rgb(206,92,214); }

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

background-color css

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

 a { background-color: rgb(206,92,214); }

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

border-color css

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

 span { border-color: rgb(206,92,214); }

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