Html Css Color HEX #CE36DA Medium Orchid

📋 copy color: '#CE36DA'

red 206 ◦ green 54 ◦ blue 218

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

Shades of Medium Orchid #CE36DA

Tints of Medium Orchid #CE36DA

RGB

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

 GREEN value IS 54 (21.48% from 255) = 11.3%

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

R = 43.1%
G = 11.3%
B = 45.61%

CMYK

 C value IS 0.06

 M value IS 0.75

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CE36DA (or 0xCE36DA) is known color: Medium Orchid. HEX triplet: CE, 36 and DA. RGB value is (206,54,218). Sum of RGB (Red+Green+Blue) = 206+54+218=478 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.10% from 478); Green value is 54 (21.48% from 255 or 11.30% from 478); Blue value is 218 (85.55% from 255 or 45.61% from 478); Max value from RGB is 218 - color contains mainly: blue. Hex color #CE36DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE36DA is #31C925. Grayscale: #757575. Windows color (decimal): -3262758 or 14300878. OLE color: 14300878.

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

Color convert

RGB 206 54 218 -
CMYK 0.06 0.75 0 0.15
HSL 295.61º 0.69% 0.53% -
HSV(B) 295.61º 0.75% 0.85% -
XYZ 39.43 20.82 68.27 -
YUV 118.14 184.36 190.66 -
System Red Green Blue C M Y K H S L
Decimal 206 54 218 0.06 0.75 0 0.15 295.61 0.69 0.53
Hex CE 36 DA 6 4B 0 F 128 45 35
Octal 316 66 332 6 113 0 17 450 105 65
Binary 11001110 110110 11011010 110 1001011 0 1111 100101000 1000101 110101

Color Harmonies of #CE36DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE36DA

Black with #CE36DA

Text Example


Text Example

White with #CE36DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE36DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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