Html Css Color HEX #C55FCF Medium Orchid

📋 copy color: '#C55FCF'

red 197 ◦ green 95 ◦ blue 207

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

Shades of Medium Orchid #C55FCF

Tints of Medium Orchid #C55FCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 41.48%

R = 39.48%
G = 19.04%
B = 41.48%

CMYK

 C value IS 0.05

 M value IS 0.54

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C55FCF (or 0xC55FCF) is known color: Medium Orchid. HEX triplet: C5, 5F and CF. RGB value is (197,95,207). Sum of RGB (Red+Green+Blue) = 197+95+207=499 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.48% from 499); Green value is 95 (37.5% from 255 or 19.04% from 499); Blue value is 207 (81.25% from 255 or 41.48% from 499); Max value from RGB is 207 - color contains mainly: blue. Hex color #C55FCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C55FCF is #3AA030. Grayscale: #898989. Windows color (decimal): -3842097 or 13590469. OLE color: 13590469.

HSL color Cylindrical-coordinate representation of color #C55FCF: hue angle of 294.64º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C55FCF is Cyan = 0.05, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 197 95 207 -
CMYK 0.05 0.54 0 0.19
HSL 294.64º 0.54% 0.59% -
HSV(B) 294.64º 0.54% 0.81% -
XYZ 38.38 24.56 61.75 -
YUV 138.27 166.79 169.89 -
System Red Green Blue C M Y K H S L
Decimal 197 95 207 0.05 0.54 0 0.19 294.64 0.54 0.59
Hex C5 5F CF 5 36 0 13 127 36 3B
Octal 305 137 317 5 66 0 23 447 66 73
Binary 11000101 1011111 11001111 101 110110 0 10011 100100111 110110 111011

Color Harmonies of #C55FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55FCF

Black with #C55FCF

Text Example


Text Example

White with #C55FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55FCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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