Html Css Color HEX #C55FD7 Medium Orchid

📋 copy color: '#C55FD7'

red 197 ◦ green 95 ◦ blue 215

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

Shades of Medium Orchid #C55FD7

Tints of Medium Orchid #C55FD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 42.41%

R = 38.86%
G = 18.74%
B = 42.41%

CMYK

 C value IS 0.08

 M value IS 0.56

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C55FD7 (or 0xC55FD7) is known color: Medium Orchid. HEX triplet: C5, 5F and D7. RGB value is (197,95,215). Sum of RGB (Red+Green+Blue) = 197+95+215=507 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.86% from 507); Green value is 95 (37.5% from 255 or 18.74% from 507); Blue value is 215 (84.38% from 255 or 42.41% from 507); Max value from RGB is 215 - color contains mainly: blue. Hex color #C55FD7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C55FD7 is #3AA028. Grayscale: #8A8A8A. Windows color (decimal): -3842089 or 14114757. OLE color: 14114757.

HSL color Cylindrical-coordinate representation of color #C55FD7: hue angle of 291º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C55FD7 is Cyan = 0.08, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 197 95 215 -
CMYK 0.08 0.56 0 0.16
HSL 291º 0.6% 0.61% -
HSV(B) 291º 0.56% 0.84% -
XYZ 39.38 24.96 67.03 -
YUV 139.18 170.79 169.24 -
System Red Green Blue C M Y K H S L
Decimal 197 95 215 0.08 0.56 0 0.16 291 0.6 0.61
Hex C5 5F D7 8 38 0 10 123 3C 3D
Octal 305 137 327 10 70 0 20 443 74 75
Binary 11000101 1011111 11010111 1000 111000 0 10000 100100011 111100 111101

Color Harmonies of #C55FD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55FD7

Black with #C55FD7

Text Example


Text Example

White with #C55FD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55FD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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