Html Css Color HEX #C55FDF Medium Orchid

📋 copy color: '#C55FDF'

red 197 ◦ green 95 ◦ blue 223

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

Shades of Medium Orchid #C55FDF

Tints of Medium Orchid #C55FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 43.3%

R = 38.25%
G = 18.45%
B = 43.3%

CMYK

 C value IS 0.12

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C55FDF (or 0xC55FDF) is known color: Medium Orchid. HEX triplet: C5, 5F and DF. RGB value is (197,95,223). Sum of RGB (Red+Green+Blue) = 197+95+223=515 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.25% from 515); Green value is 95 (37.5% from 255 or 18.45% from 515); Blue value is 223 (87.5% from 255 or 43.30% from 515); Max value from RGB is 223 - color contains mainly: blue. Hex color #C55FDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C55FDF is #3AA020. Grayscale: #8B8B8B. Windows color (decimal): -3842081 or 14639045. OLE color: 14639045.

HSL color Cylindrical-coordinate representation of color #C55FDF: hue angle of 287.81º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C55FDF is Cyan = 0.12, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 197 95 223 -
CMYK 0.12 0.57 0 0.13
HSL 287.81º 0.67% 0.62% -
HSV(B) 287.81º 0.57% 0.87% -
XYZ 40.44 25.38 72.58 -
YUV 140.09 174.79 168.59 -
System Red Green Blue C M Y K H S L
Decimal 197 95 223 0.12 0.57 0 0.13 287.81 0.67 0.62
Hex C5 5F DF C 39 0 D 120 43 3E
Octal 305 137 337 14 71 0 15 440 103 76
Binary 11000101 1011111 11011111 1100 111001 0 1101 100100000 1000011 111110

Color Harmonies of #C55FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55FDF

Black with #C55FDF

Text Example


Text Example

White with #C55FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55FDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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