Html Css Color HEX #C935DB Medium Orchid

📋 copy color: '#C935DB'

red 201 ◦ green 53 ◦ blue 219

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

Shades of Medium Orchid #C935DB

Tints of Medium Orchid #C935DB

RGB

 RED value IS 201 (78.91% from 255) = 42.49%

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

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

R = 42.49%
G = 11.21%
B = 46.3%

CMYK

 C value IS 0.08

 M value IS 0.76

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C935DB (or 0xC935DB) is known color: Medium Orchid. HEX triplet: C9, 35 and DB. RGB value is (201,53,219). Sum of RGB (Red+Green+Blue) = 201+53+219=473 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.49% from 473); Green value is 53 (21.09% from 255 or 11.21% from 473); Blue value is 219 (85.94% from 255 or 46.30% from 473); Max value from RGB is 219 - color contains mainly: blue. Hex color #C935DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C935DB is #36CA24. Grayscale: #737373. Windows color (decimal): -3590693 or 14366153. OLE color: 14366153.

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

Color convert

RGB 201 53 219 -
CMYK 0.08 0.76 0 0.14
HSL 293.49º 0.7% 0.53% -
HSV(B) 293.49º 0.76% 0.86% -
XYZ 38.15 20.08 68.88 -
YUV 116.18 186.03 188.5 -
System Red Green Blue C M Y K H S L
Decimal 201 53 219 0.08 0.76 0 0.14 293.49 0.7 0.53
Hex C9 35 DB 8 4C 0 E 125 46 35
Octal 311 65 333 10 114 0 16 445 106 65
Binary 11001001 110101 11011011 1000 1001100 0 1110 100100101 1000110 110101

Color Harmonies of #C935DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C935DB

Black with #C935DB

Text Example


Text Example

White with #C935DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C935DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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