Html Css Color HEX #CE3BDC Medium Orchid

📋 copy color: '#CE3BDC'

red 206 ◦ green 59 ◦ blue 220

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

Shades of Medium Orchid #CE3BDC

Tints of Medium Orchid #CE3BDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 45.36%

R = 42.47%
G = 12.16%
B = 45.36%

CMYK

 C value IS 0.06

 M value IS 0.73

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CE3BDC (or 0xCE3BDC) is known color: Medium Orchid. HEX triplet: CE, 3B and DC. RGB value is (206,59,220). Sum of RGB (Red+Green+Blue) = 206+59+220=485 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.47% from 485); Green value is 59 (23.44% from 255 or 12.16% from 485); Blue value is 220 (86.33% from 255 or 45.36% from 485); Max value from RGB is 220 - color contains mainly: blue. Hex color #CE3BDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE3BDC is #31C423. Grayscale: #787878. Windows color (decimal): -3261476 or 14433230. OLE color: 14433230.

HSL color Cylindrical-coordinate representation of color #CE3BDC: hue angle of 294.78º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CE3BDC is Cyan = 0.06, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 206 59 220 -
CMYK 0.06 0.73 0 0.14
HSL 294.78º 0.7% 0.55% -
HSV(B) 294.78º 0.73% 0.86% -
XYZ 39.94 21.42 69.74 -
YUV 121.31 183.7 188.41 -
System Red Green Blue C M Y K H S L
Decimal 206 59 220 0.06 0.73 0 0.14 294.78 0.7 0.55
Hex CE 3B DC 6 49 0 E 127 46 37
Octal 316 73 334 6 111 0 16 447 106 67
Binary 11001110 111011 11011100 110 1001001 0 1110 100100111 1000110 110111

Color Harmonies of #CE3BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3BDC

Black with #CE3BDC

Text Example


Text Example

White with #CE3BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3BDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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