Html Css Color HEX #C955F4 Medium Orchid

📋 copy color: '#C955F4'

red 201 ◦ green 85 ◦ blue 244

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

Shades of Medium Orchid #C955F4

Tints of Medium Orchid #C955F4

RGB

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

 GREEN value IS 85 (33.59% from 255) = 16.04%

 BLUE value IS 244 (95.7% from 255) = 46.04%

R = 37.92%
G = 16.04%
B = 46.04%

CMYK

 C value IS 0.18

 M value IS 0.65

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#C955F4 (or 0xC955F4) is known color: Medium Orchid. HEX triplet: C9, 55 and F4. RGB value is (201,85,244). Sum of RGB (Red+Green+Blue) = 201+85+244=530 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.92% from 530); Green value is 85 (33.59% from 255 or 16.04% from 530); Blue value is 244 (95.70% from 255 or 46.04% from 530); Max value from RGB is 244 - color contains mainly: blue. Hex color #C955F4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C955F4 is #36AA0B. Grayscale: #898989. Windows color (decimal): -3582476 or 16012745. OLE color: 16012745.

HSL color Cylindrical-coordinate representation of color #C955F4: hue angle of 283.77º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C955F4 is Cyan = 0.18, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 201 85 244 -
CMYK 0.18 0.65 0 0.04
HSL 283.77º 0.88% 0.65% -
HSV(B) 283.77º 0.65% 0.96% -
XYZ 43.67 25.45 88.2 -
YUV 137.81 187.93 173.07 -
System Red Green Blue C M Y K H S L
Decimal 201 85 244 0.18 0.65 0 0.04 283.77 0.88 0.65
Hex C9 55 F4 12 41 0 4 11C 58 41
Octal 311 125 364 22 101 0 4 434 130 101
Binary 11001001 1010101 11110100 10010 1000001 0 100 100011100 1011000 1000001

Color Harmonies of #C955F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C955F4

Black with #C955F4

Text Example


Text Example

White with #C955F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C955F4; }

 p { color: rgb(201,85,244); }

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

background-color css

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

 a { background-color: rgb(201,85,244); }

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

border-color css

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

 span { border-color: rgb(201,85,244); }

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