Html Css Color HEX #C555DD Medium Orchid

📋 copy color: '#C555DD'

red 197 ◦ green 85 ◦ blue 221

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

Shades of Medium Orchid #C555DD

Tints of Medium Orchid #C555DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 43.94%

R = 39.17%
G = 16.9%
B = 43.94%

CMYK

 C value IS 0.11

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C555DD (or 0xC555DD) is known color: Medium Orchid. HEX triplet: C5, 55 and DD. RGB value is (197,85,221). Sum of RGB (Red+Green+Blue) = 197+85+221=503 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.17% from 503); Green value is 85 (33.59% from 255 or 16.90% from 503); Blue value is 221 (86.72% from 255 or 43.94% from 503); Max value from RGB is 221 - color contains mainly: blue. Hex color #C555DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C555DD is #3AAA22. Grayscale: #858585. Windows color (decimal): -3844643 or 14505413. OLE color: 14505413.

HSL color Cylindrical-coordinate representation of color #C555DD: hue angle of 289.41º degrees, saturation: 0.67, 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 #C555DD is Cyan = 0.11, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 197 85 221 -
CMYK 0.11 0.62 0 0.13
HSL 289.41º 0.67% 0.6% -
HSV(B) 289.41º 0.62% 0.87% -
XYZ 39.33 23.59 70.89 -
YUV 133.99 177.11 172.94 -
System Red Green Blue C M Y K H S L
Decimal 197 85 221 0.11 0.62 0 0.13 289.41 0.67 0.6
Hex C5 55 DD B 3E 0 D 121 43 3C
Octal 305 125 335 13 76 0 15 441 103 74
Binary 11000101 1010101 11011101 1011 111110 0 1101 100100001 1000011 111100

Color Harmonies of #C555DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C555DD

Black with #C555DD

Text Example


Text Example

White with #C555DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C555DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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