Html Css Color HEX #CE34DB Medium Orchid

📋 copy color: '#CE34DB'

red 206 ◦ green 52 ◦ blue 219

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

Shades of Medium Orchid #CE34DB

Tints of Medium Orchid #CE34DB

RGB

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

 GREEN value IS 52 (20.7% from 255) = 10.9%

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

R = 43.19%
G = 10.9%
B = 45.91%

CMYK

 C value IS 0.06

 M value IS 0.76

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CE34DB (or 0xCE34DB) is known color: Medium Orchid. HEX triplet: CE, 34 and DB. RGB value is (206,52,219). Sum of RGB (Red+Green+Blue) = 206+52+219=477 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.19% from 477); Green value is 52 (20.70% from 255 or 10.90% from 477); Blue value is 219 (85.94% from 255 or 45.91% from 477); Max value from RGB is 219 - color contains mainly: blue. Hex color #CE34DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE34DB is #31CB24. Grayscale: #747474. Windows color (decimal): -3263269 or 14365902. OLE color: 14365902.

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

Color convert

RGB 206 52 219 -
CMYK 0.06 0.76 0 0.14
HSL 295.33º 0.7% 0.53% -
HSV(B) 295.33º 0.76% 0.86% -
XYZ 39.47 20.69 68.93 -
YUV 117.08 185.52 191.42 -
System Red Green Blue C M Y K H S L
Decimal 206 52 219 0.06 0.76 0 0.14 295.33 0.7 0.53
Hex CE 34 DB 6 4C 0 E 127 46 35
Octal 316 64 333 6 114 0 16 447 106 65
Binary 11001110 110100 11011011 110 1001100 0 1110 100100111 1000110 110101

Color Harmonies of #CE34DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE34DB

Black with #CE34DB

Text Example


Text Example

White with #CE34DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE34DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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