Html Css Color HEX #C554CF Medium Orchid

📋 copy color: '#C554CF'

red 197 ◦ green 84 ◦ blue 207

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

Shades of Medium Orchid #C554CF

Tints of Medium Orchid #C554CF

RGB

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

 GREEN value IS 84 (33.2% from 255) = 17.21%

 BLUE value IS 207 (81.25% from 255) = 42.42%

R = 40.37%
G = 17.21%
B = 42.42%

CMYK

 C value IS 0.05

 M value IS 0.59

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C554CF (or 0xC554CF) is known color: Medium Orchid. HEX triplet: C5, 54 and CF. RGB value is (197,84,207). Sum of RGB (Red+Green+Blue) = 197+84+207=488 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.37% from 488); Green value is 84 (33.20% from 255 or 17.21% from 488); Blue value is 207 (81.25% from 255 or 42.42% from 488); Max value from RGB is 207 - color contains mainly: blue. Hex color #C554CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C554CF is #3AAB30. Grayscale: #838383. Windows color (decimal): -3844913 or 13587653. OLE color: 13587653.

HSL color Cylindrical-coordinate representation of color #C554CF: hue angle of 295.12º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C554CF is Cyan = 0.05, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 197 84 207 -
CMYK 0.05 0.59 0 0.19
HSL 295.12º 0.56% 0.57% -
HSV(B) 295.12º 0.59% 0.81% -
XYZ 37.46 22.72 61.44 -
YUV 131.81 170.44 174.5 -
System Red Green Blue C M Y K H S L
Decimal 197 84 207 0.05 0.59 0 0.19 295.12 0.56 0.57
Hex C5 54 CF 5 3B 0 13 127 38 39
Octal 305 124 317 5 73 0 23 447 70 71
Binary 11000101 1010100 11001111 101 111011 0 10011 100100111 111000 111001

Color Harmonies of #C554CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C554CF

Black with #C554CF

Text Example


Text Example

White with #C554CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C554CF; }

 p { color: rgb(197,84,207); }

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

background-color css

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

 a { background-color: rgb(197,84,207); }

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

border-color css

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

 span { border-color: rgb(197,84,207); }

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