Html Css Color HEX #C035FA Medium Orchid

📋 copy color: '#C035FA'

red 192 ◦ green 53 ◦ blue 250

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

Shades of Medium Orchid #C035FA

Tints of Medium Orchid #C035FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 50.51%

R = 38.79%
G = 10.71%
B = 50.51%

CMYK

 C value IS 0.23

 M value IS 0.79

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C035FA (or 0xC035FA) is known color: Medium Orchid. HEX triplet: C0, 35 and FA. RGB value is (192,53,250). Sum of RGB (Red+Green+Blue) = 192+53+250=495 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.79% from 495); Green value is 53 (21.09% from 255 or 10.71% from 495); Blue value is 250 (98.05% from 255 or 50.51% from 495); Max value from RGB is 250 - color contains mainly: blue. Hex color #C035FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C035FA is #3FCA05. Grayscale: #747474. Windows color (decimal): -4180486 or 16397760. OLE color: 16397760.

HSL color Cylindrical-coordinate representation of color #C035FA: hue angle of 282.34º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C035FA is Cyan = 0.23, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 192 53 250 -
CMYK 0.23 0.79 0 0.02
HSL 282.34º 0.95% 0.59% -
HSV(B) 282.34º 0.79% 0.98% -
XYZ 40.27 20.65 92.31 -
YUV 117.02 203.05 181.48 -
System Red Green Blue C M Y K H S L
Decimal 192 53 250 0.23 0.79 0 0.02 282.34 0.95 0.59
Hex C0 35 FA 17 4F 0 2 11A 5F 3B
Octal 300 65 372 27 117 0 2 432 137 73
Binary 11000000 110101 11111010 10111 1001111 0 10 100011010 1011111 111011

Color Harmonies of #C035FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C035FA

Black with #C035FA

Text Example


Text Example

White with #C035FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C035FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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