Html Css Color HEX #CE42DB Medium Orchid

📋 copy color: '#CE42DB'

red 206 ◦ green 66 ◦ blue 219

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

Shades of Medium Orchid #CE42DB

Tints of Medium Orchid #CE42DB

RGB

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

 GREEN value IS 66 (26.17% from 255) = 13.44%

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

R = 41.96%
G = 13.44%
B = 44.6%

CMYK

 C value IS 0.06

 M value IS 0.70

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CE42DB (or 0xCE42DB) is known color: Medium Orchid. HEX triplet: CE, 42 and DB. RGB value is (206,66,219). Sum of RGB (Red+Green+Blue) = 206+66+219=491 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.96% from 491); Green value is 66 (26.17% from 255 or 13.44% from 491); Blue value is 219 (85.94% from 255 or 44.60% from 491); Max value from RGB is 219 - color contains mainly: blue. Hex color #CE42DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE42DB is #31BD24. Grayscale: #7C7C7C. Windows color (decimal): -3259685 or 14369486. OLE color: 14369486.

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

Color convert

RGB 206 66 219 -
CMYK 0.06 0.70 0 0.14
HSL 294.9º 0.68% 0.56% -
HSV(B) 294.9º 0.7% 0.86% -
XYZ 40.19 22.13 69.17 -
YUV 125.3 180.88 185.56 -
System Red Green Blue C M Y K H S L
Decimal 206 66 219 0.06 0.70 0 0.14 294.9 0.68 0.56
Hex CE 42 DB 6 46 0 E 127 44 38
Octal 316 102 333 6 106 0 16 447 104 70
Binary 11001110 1000010 11011011 110 1000110 0 1110 100100111 1000100 111000

Color Harmonies of #CE42DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE42DB

Black with #CE42DB

Text Example


Text Example

White with #CE42DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE42DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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