Html Css Color HEX #C935FB Medium Orchid

📋 copy color: '#C935FB'

red 201 ◦ green 53 ◦ blue 251

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

Shades of Medium Orchid #C935FB

Tints of Medium Orchid #C935FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 49.7%

R = 39.8%
G = 10.5%
B = 49.7%

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

#C935FB (or 0xC935FB) is known color: Medium Orchid. HEX triplet: C9, 35 and FB. RGB value is (201,53,251). Sum of RGB (Red+Green+Blue) = 201+53+251=505 (66% of max value = 765). Red value is 201 (78.91% from 255 or 39.80% from 505); Green value is 53 (21.09% from 255 or 10.50% from 505); Blue value is 251 (98.44% from 255 or 49.70% from 505); Max value from RGB is 251 - color contains mainly: blue. Hex color #C935FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C935FB is #36CA04. Grayscale: #777777. Windows color (decimal): -3590661 or 16463305. OLE color: 16463305.

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

Color convert

RGB 201 53 251 -
CMYK 0.20 0.79 0 0.02
HSL 284.85º 0.96% 0.6% -
HSV(B) 284.85º 0.79% 0.98% -
XYZ 42.77 21.93 93.25 -
YUV 119.82 202.03 185.9 -
System Red Green Blue C M Y K H S L
Decimal 201 53 251 0.20 0.79 0 0.02 284.85 0.96 0.6
Hex C9 35 FB 14 4F 0 2 11D 60 3C
Octal 311 65 373 24 117 0 2 435 140 74
Binary 11001001 110101 11111011 10100 1001111 0 10 100011101 1100000 111100

Color Harmonies of #C935FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C935FB

Black with #C935FB

Text Example


Text Example

White with #C935FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C935FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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