Html Css Color HEX #C935DE Medium Orchid

📋 copy color: '#C935DE'

red 201 ◦ green 53 ◦ blue 222

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

Shades of Medium Orchid #C935DE

Tints of Medium Orchid #C935DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 46.64%

R = 42.23%
G = 11.13%
B = 46.64%

CMYK

 C value IS 0.09

 M value IS 0.76

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C935DE (or 0xC935DE) is known color: Medium Orchid. HEX triplet: C9, 35 and DE. RGB value is (201,53,222). Sum of RGB (Red+Green+Blue) = 201+53+222=476 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.23% from 476); Green value is 53 (21.09% from 255 or 11.13% from 476); Blue value is 222 (87.11% from 255 or 46.64% from 476); Max value from RGB is 222 - color contains mainly: blue. Hex color #C935DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C935DE is #36CA21. Grayscale: #737373. Windows color (decimal): -3590690 or 14562761. OLE color: 14562761.

HSL color Cylindrical-coordinate representation of color #C935DE: hue angle of 292.54º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C935DE is Cyan = 0.09, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 201 53 222 -
CMYK 0.09 0.76 0 0.13
HSL 292.54º 0.72% 0.54% -
HSV(B) 292.54º 0.76% 0.87% -
XYZ 38.55 20.24 70.98 -
YUV 116.52 187.53 188.26 -
System Red Green Blue C M Y K H S L
Decimal 201 53 222 0.09 0.76 0 0.13 292.54 0.72 0.54
Hex C9 35 DE 9 4C 0 D 125 48 36
Octal 311 65 336 11 114 0 15 445 110 66
Binary 11001001 110101 11011110 1001 1001100 0 1101 100100101 1001000 110110

Color Harmonies of #C935DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C935DE

Black with #C935DE

Text Example


Text Example

White with #C935DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C935DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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