Html Css Color HEX #C035D2 Medium Orchid

📋 copy color: '#C035D2'

red 192 ◦ green 53 ◦ blue 210

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

Shades of Medium Orchid #C035D2

Tints of Medium Orchid #C035D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 46.15%

R = 42.2%
G = 11.65%
B = 46.15%

CMYK

 C value IS 0.09

 M value IS 0.75

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C035D2 (or 0xC035D2) is known color: Medium Orchid. HEX triplet: C0, 35 and D2. RGB value is (192,53,210). Sum of RGB (Red+Green+Blue) = 192+53+210=455 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.20% from 455); Green value is 53 (21.09% from 255 or 11.65% from 455); Blue value is 210 (82.42% from 255 or 46.15% from 455); Max value from RGB is 210 - color contains mainly: blue. Hex color #C035D2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C035D2 is #3FCA2D. Grayscale: #6F6F6F. Windows color (decimal): -4180526 or 13776320. OLE color: 13776320.

HSL color Cylindrical-coordinate representation of color #C035D2: hue angle of 293.12º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C035D2 is Cyan = 0.09, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 192 53 210 -
CMYK 0.09 0.75 0 0.18
HSL 293.12º 0.64% 0.52% -
HSV(B) 293.12º 0.75% 0.82% -
XYZ 34.64 18.41 62.7 -
YUV 112.46 183.05 184.73 -
System Red Green Blue C M Y K H S L
Decimal 192 53 210 0.09 0.75 0 0.18 293.12 0.64 0.52
Hex C0 35 D2 9 4B 0 12 125 40 34
Octal 300 65 322 11 113 0 22 445 100 64
Binary 11000000 110101 11010010 1001 1001011 0 10010 100100101 1000000 110100

Color Harmonies of #C035D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C035D2

Black with #C035D2

Text Example


Text Example

White with #C035D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C035D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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