Html Css Color HEX #C55FD0 Medium Orchid

📋 copy color: '#C55FD0'

red 197 ◦ green 95 ◦ blue 208

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

Shades of Medium Orchid #C55FD0

Tints of Medium Orchid #C55FD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 41.6%

R = 39.4%
G = 19%
B = 41.6%

CMYK

 C value IS 0.05

 M value IS 0.54

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C55FD0 (or 0xC55FD0) is known color: Medium Orchid. HEX triplet: C5, 5F and D0. RGB value is (197,95,208). Sum of RGB (Red+Green+Blue) = 197+95+208=500 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.4% from 500); Green value is 95 (37.5% from 255 or 19% from 500); Blue value is 208 (81.64% from 255 or 41.6% from 500); Max value from RGB is 208 - color contains mainly: blue. Hex color #C55FD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C55FD0 is #3AA02F. Grayscale: #8A8A8A. Windows color (decimal): -3842096 or 13656005. OLE color: 13656005.

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

Color convert

RGB 197 95 208 -
CMYK 0.05 0.54 0 0.18
HSL 294.16º 0.55% 0.59% -
HSV(B) 294.16º 0.54% 0.82% -
XYZ 38.5 24.61 62.4 -
YUV 138.38 167.29 169.81 -
System Red Green Blue C M Y K H S L
Decimal 197 95 208 0.05 0.54 0 0.18 294.16 0.55 0.59
Hex C5 5F D0 5 36 0 12 126 37 3B
Octal 305 137 320 5 66 0 22 446 67 73
Binary 11000101 1011111 11010000 101 110110 0 10010 100100110 110111 111011

Color Harmonies of #C55FD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55FD0

Black with #C55FD0

Text Example


Text Example

White with #C55FD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55FD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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