Html Css Color HEX #C55FEF Medium Orchid

📋 copy color: '#C55FEF'

red 197 ◦ green 95 ◦ blue 239

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

Shades of Medium Orchid #C55FEF

Tints of Medium Orchid #C55FEF

RGB

 RED value IS 197 (77.34% from 255) = 37.1%

 GREEN value IS 95 (37.5% from 255) = 17.89%

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

R = 37.1%
G = 17.89%
B = 45.01%

CMYK

 C value IS 0.18

 M value IS 0.60

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C55FEF (or 0xC55FEF) is known color: Medium Orchid. HEX triplet: C5, 5F and EF. RGB value is (197,95,239). Sum of RGB (Red+Green+Blue) = 197+95+239=531 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.10% from 531); Green value is 95 (37.5% from 255 or 17.89% from 531); Blue value is 239 (93.75% from 255 or 45.01% from 531); Max value from RGB is 239 - color contains mainly: blue. Hex color #C55FEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C55FEF is #3AA010. Grayscale: #8D8D8D. Windows color (decimal): -3842065 or 15687621. OLE color: 15687621.

HSL color Cylindrical-coordinate representation of color #C55FEF: hue angle of 282.5º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C55FEF is Cyan = 0.18, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 197 95 239 -
CMYK 0.18 0.60 0 0.06
HSL 282.5º 0.82% 0.65% -
HSV(B) 282.5º 0.6% 0.94% -
XYZ 42.7 26.29 84.48 -
YUV 141.91 182.79 167.29 -
System Red Green Blue C M Y K H S L
Decimal 197 95 239 0.18 0.60 0 0.06 282.5 0.82 0.65
Hex C5 5F EF 12 3C 0 6 11A 52 41
Octal 305 137 357 22 74 0 6 432 122 101
Binary 11000101 1011111 11101111 10010 111100 0 110 100011010 1010010 1000001

Color Harmonies of #C55FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55FEF

Black with #C55FEF

Text Example


Text Example

White with #C55FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55FEF; }

 p { color: rgb(197,95,239); }

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

background-color css

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

 a { background-color: rgb(197,95,239); }

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

border-color css

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

 span { border-color: rgb(197,95,239); }

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