Html Css Color HEX #CE2DDB Medium Orchid

📋 copy color: '#CE2DDB'

red 206 ◦ green 45 ◦ blue 219

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

Shades of Medium Orchid #CE2DDB

Tints of Medium Orchid #CE2DDB

RGB

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

 GREEN value IS 45 (17.97% from 255) = 9.57%

 BLUE value IS 219 (85.94% from 255) = 46.6%

R = 43.83%
G = 9.57%
B = 46.6%

CMYK

 C value IS 0.06

 M value IS 0.79

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CE2DDB (or 0xCE2DDB) is known color: Medium Orchid. HEX triplet: CE, 2D and DB. RGB value is (206,45,219). Sum of RGB (Red+Green+Blue) = 206+45+219=470 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.83% from 470); Green value is 45 (17.97% from 255 or 9.57% from 470); Blue value is 219 (85.94% from 255 or 46.60% from 470); Max value from RGB is 219 - color contains mainly: blue. Hex color #CE2DDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE2DDB is #31D224. Grayscale: #707070. Windows color (decimal): -3265061 or 14364110. OLE color: 14364110.

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

Color convert

RGB 206 45 219 -
CMYK 0.06 0.79 0 0.14
HSL 295.52º 0.71% 0.52% -
HSV(B) 295.52º 0.79% 0.86% -
XYZ 39.18 20.11 68.84 -
YUV 112.98 187.84 194.35 -
System Red Green Blue C M Y K H S L
Decimal 206 45 219 0.06 0.79 0 0.14 295.52 0.71 0.52
Hex CE 2D DB 6 4F 0 E 128 47 34
Octal 316 55 333 6 117 0 16 450 107 64
Binary 11001110 101101 11011011 110 1001111 0 1110 100101000 1000111 110100

Color Harmonies of #CE2DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2DDB

Black with #CE2DDB

Text Example


Text Example

White with #CE2DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2DDB; }

 p { color: rgb(206,45,219); }

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

background-color css

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

 a { background-color: rgb(206,45,219); }

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

border-color css

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

 span { border-color: rgb(206,45,219); }

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