Html Css Color HEX #C935FA Medium Orchid

📋 copy color: '#C935FA'

red 201 ◦ green 53 ◦ blue 250

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

Shades of Medium Orchid #C935FA

Tints of Medium Orchid #C935FA

RGB

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

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

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

R = 39.88%
G = 10.52%
B = 49.6%

CMYK

 C value IS 0.20

 M value IS 0.79

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C935FA (or 0xC935FA) is known color: Medium Orchid. HEX triplet: C9, 35 and FA. RGB value is (201,53,250). Sum of RGB (Red+Green+Blue) = 201+53+250=504 (66% of max value = 765). Red value is 201 (78.91% from 255 or 39.88% from 504); Green value is 53 (21.09% from 255 or 10.52% from 504); Blue value is 250 (98.05% from 255 or 49.60% from 504); Max value from RGB is 250 - color contains mainly: blue. Hex color #C935FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C935FA is #36CA05. Grayscale: #777777. Windows color (decimal): -3590662 or 16397769. OLE color: 16397769.

HSL color Cylindrical-coordinate representation of color #C935FA: hue angle of 285.08º 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 #C935FA is Cyan = 0.20, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 201 53 250 -
CMYK 0.20 0.79 0 0.02
HSL 285.08º 0.95% 0.59% -
HSV(B) 285.08º 0.79% 0.98% -
XYZ 42.62 21.87 92.42 -
YUV 119.71 201.53 185.98 -
System Red Green Blue C M Y K H S L
Decimal 201 53 250 0.20 0.79 0 0.02 285.08 0.95 0.59
Hex C9 35 FA 14 4F 0 2 11D 5F 3B
Octal 311 65 372 24 117 0 2 435 137 73
Binary 11001001 110101 11111010 10100 1001111 0 10 100011101 1011111 111011

Color Harmonies of #C935FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C935FA

Black with #C935FA

Text Example


Text Example

White with #C935FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C935FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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