Html Css Color HEX #CE37DA Medium Orchid

📋 copy color: '#CE37DA'

red 206 ◦ green 55 ◦ blue 218

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

Shades of Medium Orchid #CE37DA

Tints of Medium Orchid #CE37DA

RGB

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

 GREEN value IS 55 (21.88% from 255) = 11.48%

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

R = 43.01%
G = 11.48%
B = 45.51%

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

#CE37DA (or 0xCE37DA) is known color: Medium Orchid. HEX triplet: CE, 37 and DA. RGB value is (206,55,218). Sum of RGB (Red+Green+Blue) = 206+55+218=479 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.01% from 479); Green value is 55 (21.88% from 255 or 11.48% from 479); Blue value is 218 (85.55% from 255 or 45.51% from 479); Max value from RGB is 218 - color contains mainly: blue. Hex color #CE37DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE37DA is #31C825. Grayscale: #767676. Windows color (decimal): -3262502 or 14301134. OLE color: 14301134.

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

Color convert

RGB 206 55 218 -
CMYK 0.06 0.75 0 0.15
HSL 295.58º 0.69% 0.54% -
HSV(B) 295.58º 0.75% 0.85% -
XYZ 39.47 20.92 68.29 -
YUV 118.73 184.03 190.25 -
System Red Green Blue C M Y K H S L
Decimal 206 55 218 0.06 0.75 0 0.15 295.58 0.69 0.54
Hex CE 37 DA 6 4B 0 F 128 45 36
Octal 316 67 332 6 113 0 17 450 105 66
Binary 11001110 110111 11011010 110 1001011 0 1111 100101000 1000101 110110

Color Harmonies of #CE37DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE37DA

Black with #CE37DA

Text Example


Text Example

White with #CE37DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE37DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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