Html Css Color HEX #CE39DA Medium Orchid

📋 copy color: '#CE39DA'

red 206 ◦ green 57 ◦ blue 218

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

Shades of Medium Orchid #CE39DA

Tints of Medium Orchid #CE39DA

RGB

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

 GREEN value IS 57 (22.66% from 255) = 11.85%

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

R = 42.83%
G = 11.85%
B = 45.32%

CMYK

 C value IS 0.06

 M value IS 0.74

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CE39DA (or 0xCE39DA) is known color: Medium Orchid. HEX triplet: CE, 39 and DA. RGB value is (206,57,218). Sum of RGB (Red+Green+Blue) = 206+57+218=481 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.83% from 481); Green value is 57 (22.66% from 255 or 11.85% from 481); Blue value is 218 (85.55% from 255 or 45.32% from 481); Max value from RGB is 218 - color contains mainly: blue. Hex color #CE39DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE39DA is #31C625. Grayscale: #777777. Windows color (decimal): -3261990 or 14301646. OLE color: 14301646.

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

Color convert

RGB 206 57 218 -
CMYK 0.06 0.74 0 0.15
HSL 295.53º 0.69% 0.54% -
HSV(B) 295.53º 0.74% 0.85% -
XYZ 39.57 21.11 68.32 -
YUV 119.91 183.36 189.41 -
System Red Green Blue C M Y K H S L
Decimal 206 57 218 0.06 0.74 0 0.15 295.53 0.69 0.54
Hex CE 39 DA 6 4A 0 F 128 45 36
Octal 316 71 332 6 112 0 17 450 105 66
Binary 11001110 111001 11011010 110 1001010 0 1111 100101000 1000101 110110

Color Harmonies of #CE39DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE39DA

Black with #CE39DA

Text Example


Text Example

White with #CE39DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE39DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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