Html Css Color HEX #C555DF Medium Orchid

📋 copy color: '#C555DF'

red 197 ◦ green 85 ◦ blue 223

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

Shades of Medium Orchid #C555DF

Tints of Medium Orchid #C555DF

RGB

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

 GREEN value IS 85 (33.59% from 255) = 16.83%

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

R = 39.01%
G = 16.83%
B = 44.16%

CMYK

 C value IS 0.12

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C555DF (or 0xC555DF) is known color: Medium Orchid. HEX triplet: C5, 55 and DF. RGB value is (197,85,223). Sum of RGB (Red+Green+Blue) = 197+85+223=505 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.01% from 505); Green value is 85 (33.59% from 255 or 16.83% from 505); Blue value is 223 (87.5% from 255 or 44.16% from 505); Max value from RGB is 223 - color contains mainly: blue. Hex color #C555DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C555DF is #3AAA20. Grayscale: #858585. Windows color (decimal): -3844641 or 14636485. OLE color: 14636485.

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

Color convert

RGB 197 85 223 -
CMYK 0.12 0.62 0 0.13
HSL 288.7º 0.68% 0.6% -
HSV(B) 288.7º 0.62% 0.87% -
XYZ 39.59 23.7 72.3 -
YUV 134.22 178.11 172.78 -
System Red Green Blue C M Y K H S L
Decimal 197 85 223 0.12 0.62 0 0.13 288.7 0.68 0.6
Hex C5 55 DF C 3E 0 D 121 44 3C
Octal 305 125 337 14 76 0 15 441 104 74
Binary 11000101 1010101 11011111 1100 111110 0 1101 100100001 1000100 111100

Color Harmonies of #C555DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C555DF

Black with #C555DF

Text Example


Text Example

White with #C555DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C555DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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