Html Css Color HEX #CE5DDA Medium Orchid

📋 copy color: '#CE5DDA'

red 206 ◦ green 93 ◦ blue 218

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

Shades of Medium Orchid #CE5DDA

Tints of Medium Orchid #CE5DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 42.17%

R = 39.85%
G = 17.99%
B = 42.17%

CMYK

 C value IS 0.06

 M value IS 0.57

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CE5DDA (or 0xCE5DDA) is known color: Medium Orchid. HEX triplet: CE, 5D and DA. RGB value is (206,93,218). Sum of RGB (Red+Green+Blue) = 206+93+218=517 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.85% from 517); Green value is 93 (36.72% from 255 or 17.99% from 517); Blue value is 218 (85.55% from 255 or 42.17% from 517); Max value from RGB is 218 - color contains mainly: blue. Hex color #CE5DDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE5DDA is #31A225. Grayscale: #8C8C8C. Windows color (decimal): -3252774 or 14310862. OLE color: 14310862.

HSL color Cylindrical-coordinate representation of color #CE5DDA: hue angle of 294.24º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CE5DDA is Cyan = 0.06, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 206 93 218 -
CMYK 0.06 0.57 0 0.15
HSL 294.24º 0.63% 0.61% -
HSV(B) 294.24º 0.57% 0.85% -
XYZ 42.02 26.01 69.14 -
YUV 141.04 171.44 174.34 -
System Red Green Blue C M Y K H S L
Decimal 206 93 218 0.06 0.57 0 0.15 294.24 0.63 0.61
Hex CE 5D DA 6 39 0 F 126 3F 3D
Octal 316 135 332 6 71 0 17 446 77 75
Binary 11001110 1011101 11011010 110 111001 0 1111 100100110 111111 111101

Color Harmonies of #CE5DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE5DDA

Black with #CE5DDA

Text Example


Text Example

White with #CE5DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE5DDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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