Html Css Color HEX #CE3BDA Medium Orchid

📋 copy color: '#CE3BDA'

red 206 ◦ green 59 ◦ blue 218

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

Shades of Medium Orchid #CE3BDA

Tints of Medium Orchid #CE3BDA

RGB

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

 GREEN value IS 59 (23.44% from 255) = 12.22%

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

R = 42.65%
G = 12.22%
B = 45.13%

CMYK

 C value IS 0.06

 M value IS 0.73

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CE3BDA (or 0xCE3BDA) is known color: Medium Orchid. HEX triplet: CE, 3B and DA. RGB value is (206,59,218). Sum of RGB (Red+Green+Blue) = 206+59+218=483 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.65% from 483); Green value is 59 (23.44% from 255 or 12.22% from 483); Blue value is 218 (85.55% from 255 or 45.13% from 483); Max value from RGB is 218 - color contains mainly: blue. Hex color #CE3BDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE3BDA is #31C425. Grayscale: #787878. Windows color (decimal): -3261478 or 14302158. OLE color: 14302158.

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

Color convert

RGB 206 59 218 -
CMYK 0.06 0.73 0 0.15
HSL 295.47º 0.68% 0.54% -
HSV(B) 295.47º 0.73% 0.85% -
XYZ 39.67 21.31 68.35 -
YUV 121.08 182.7 188.57 -
System Red Green Blue C M Y K H S L
Decimal 206 59 218 0.06 0.73 0 0.15 295.47 0.68 0.54
Hex CE 3B DA 6 49 0 F 127 44 36
Octal 316 73 332 6 111 0 17 447 104 66
Binary 11001110 111011 11011010 110 1001001 0 1111 100100111 1000100 110110

Color Harmonies of #CE3BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3BDA

Black with #CE3BDA

Text Example


Text Example

White with #CE3BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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