Html Css Color HEX #C955EF Medium Orchid

📋 copy color: '#C955EF'

red 201 ◦ green 85 ◦ blue 239

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

Shades of Medium Orchid #C955EF

Tints of Medium Orchid #C955EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 45.52%

R = 38.29%
G = 16.19%
B = 45.52%

CMYK

 C value IS 0.16

 M value IS 0.64

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C955EF (or 0xC955EF) is known color: Medium Orchid. HEX triplet: C9, 55 and EF. RGB value is (201,85,239). Sum of RGB (Red+Green+Blue) = 201+85+239=525 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.29% from 525); Green value is 85 (33.59% from 255 or 16.19% from 525); Blue value is 239 (93.75% from 255 or 45.52% from 525); Max value from RGB is 239 - color contains mainly: blue. Hex color #C955EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C955EF is #36AA10. Grayscale: #888888. Windows color (decimal): -3582481 or 15685065. OLE color: 15685065.

HSL color Cylindrical-coordinate representation of color #C955EF: hue angle of 285.19º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C955EF is Cyan = 0.16, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 201 85 239 -
CMYK 0.16 0.64 0 0.06
HSL 285.19º 0.83% 0.64% -
HSV(B) 285.19º 0.64% 0.94% -
XYZ 42.92 25.15 84.25 -
YUV 137.24 185.43 173.48 -
System Red Green Blue C M Y K H S L
Decimal 201 85 239 0.16 0.64 0 0.06 285.19 0.83 0.64
Hex C9 55 EF 10 40 0 6 11D 53 40
Octal 311 125 357 20 100 0 6 435 123 100
Binary 11001001 1010101 11101111 10000 1000000 0 110 100011101 1010011 1000000

Color Harmonies of #C955EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C955EF

Black with #C955EF

Text Example


Text Example

White with #C955EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C955EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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