Html Css Color HEX #CE35DB Medium Orchid

📋 copy color: '#CE35DB'

red 206 ◦ green 53 ◦ blue 219

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

Shades of Medium Orchid #CE35DB

Tints of Medium Orchid #CE35DB

RGB

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

 GREEN value IS 53 (21.09% from 255) = 11.09%

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

R = 43.1%
G = 11.09%
B = 45.82%

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

#CE35DB (or 0xCE35DB) is known color: Medium Orchid. HEX triplet: CE, 35 and DB. RGB value is (206,53,219). Sum of RGB (Red+Green+Blue) = 206+53+219=478 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.10% from 478); Green value is 53 (21.09% from 255 or 11.09% from 478); Blue value is 219 (85.94% from 255 or 45.82% from 478); Max value from RGB is 219 - color contains mainly: blue. Hex color #CE35DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE35DB is #31CA24. Grayscale: #757575. Windows color (decimal): -3263013 or 14366158. OLE color: 14366158.

HSL color Cylindrical-coordinate representation of color #CE35DB: hue angle of 295.3º 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 #CE35DB is Cyan = 0.06, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 206 53 219 -
CMYK 0.06 0.76 0 0.14
HSL 295.3º 0.7% 0.53% -
HSV(B) 295.3º 0.76% 0.86% -
XYZ 39.51 20.78 68.95 -
YUV 117.67 185.19 191 -
System Red Green Blue C M Y K H S L
Decimal 206 53 219 0.06 0.76 0 0.14 295.3 0.7 0.53
Hex CE 35 DB 6 4C 0 E 127 46 35
Octal 316 65 333 6 114 0 16 447 106 65
Binary 11001110 110101 11011011 110 1001100 0 1110 100100111 1000110 110101

Color Harmonies of #CE35DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE35DB

Black with #CE35DB

Text Example


Text Example

White with #CE35DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE35DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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