Html Css Color HEX #C035DF Medium Orchid

📋 copy color: '#C035DF'

red 192 ◦ green 53 ◦ blue 223

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

Shades of Medium Orchid #C035DF

Tints of Medium Orchid #C035DF

RGB

 RED value IS 192 (75.39% from 255) = 41.03%

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

 BLUE value IS 223 (87.5% from 255) = 47.65%

R = 41.03%
G = 11.32%
B = 47.65%

CMYK

 C value IS 0.14

 M value IS 0.76

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C035DF (or 0xC035DF) is known color: Medium Orchid. HEX triplet: C0, 35 and DF. RGB value is (192,53,223). Sum of RGB (Red+Green+Blue) = 192+53+223=468 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.03% from 468); Green value is 53 (21.09% from 255 or 11.32% from 468); Blue value is 223 (87.5% from 255 or 47.65% from 468); Max value from RGB is 223 - color contains mainly: blue. Hex color #C035DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C035DF is #3FCA20. Grayscale: #717171. Windows color (decimal): -4180513 or 14628288. OLE color: 14628288.

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

Color convert

RGB 192 53 223 -
CMYK 0.14 0.76 0 0.13
HSL 289.06º 0.73% 0.54% -
HSV(B) 289.06º 0.76% 0.87% -
XYZ 36.33 19.08 71.58 -
YUV 113.94 189.55 183.68 -
System Red Green Blue C M Y K H S L
Decimal 192 53 223 0.14 0.76 0 0.13 289.06 0.73 0.54
Hex C0 35 DF E 4C 0 D 121 49 36
Octal 300 65 337 16 114 0 15 441 111 66
Binary 11000000 110101 11011111 1110 1001100 0 1101 100100001 1001001 110110

Color Harmonies of #C035DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C035DF

Black with #C035DF

Text Example


Text Example

White with #C035DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C035DF; }

 p { color: rgb(192,53,223); }

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

background-color css

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

 a { background-color: rgb(192,53,223); }

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

border-color css

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

 span { border-color: rgb(192,53,223); }

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