Html Css Color HEX #C035FC Medium Orchid

📋 copy color: '#C035FC'

red 192 ◦ green 53 ◦ blue 252

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

Shades of Medium Orchid #C035FC

Tints of Medium Orchid #C035FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 50.7%

R = 38.63%
G = 10.66%
B = 50.7%

CMYK

 C value IS 0.24

 M value IS 0.79

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C035FC (or 0xC035FC) is known color: Medium Orchid. HEX triplet: C0, 35 and FC. RGB value is (192,53,252). Sum of RGB (Red+Green+Blue) = 192+53+252=497 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.63% from 497); Green value is 53 (21.09% from 255 or 10.66% from 497); Blue value is 252 (98.83% from 255 or 50.70% from 497); Max value from RGB is 252 - color contains mainly: blue. Hex color #C035FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C035FC is #3FCA03. Grayscale: #747474. Windows color (decimal): -4180484 or 16528832. OLE color: 16528832.

HSL color Cylindrical-coordinate representation of color #C035FC: hue angle of 281.91º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C035FC is Cyan = 0.24, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 192 53 252 -
CMYK 0.24 0.79 0 0.01
HSL 281.91º 0.97% 0.6% -
HSV(B) 281.91º 0.79% 0.99% -
XYZ 40.58 20.78 93.97 -
YUV 117.25 204.05 181.32 -
System Red Green Blue C M Y K H S L
Decimal 192 53 252 0.24 0.79 0 0.01 281.91 0.97 0.6
Hex C0 35 FC 18 4F 0 1 11A 61 3C
Octal 300 65 374 30 117 0 1 432 141 74
Binary 11000000 110101 11111100 11000 1001111 0 1 100011010 1100001 111100

Color Harmonies of #C035FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C035FC

Black with #C035FC

Text Example


Text Example

White with #C035FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C035FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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