Html Css Color HEX #C577C8 Orchid

📋 copy color: '#C577C8'

red 197 ◦ green 119 ◦ blue 200

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

Shades of Orchid #C577C8

Tints of Orchid #C577C8

RGB

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

 GREEN value IS 119 (46.88% from 255) = 23.06%

 BLUE value IS 200 (78.52% from 255) = 38.76%

R = 38.18%
G = 23.06%
B = 38.76%

CMYK

 C value IS 0.02

 M value IS 0.40

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C577C8 (or 0xC577C8) is known color: Orchid. HEX triplet: C5, 77 and C8. RGB value is (197,119,200). Sum of RGB (Red+Green+Blue) = 197+119+200=516 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.18% from 516); Green value is 119 (46.88% from 255 or 23.06% from 516); Blue value is 200 (78.52% from 255 or 38.76% from 516); Max value from RGB is 200 - color contains mainly: blue. Hex color #C577C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C577C8 is #3A8837. Grayscale: #979797. Windows color (decimal): -3835960 or 13137861. OLE color: 13137861.

HSL color Cylindrical-coordinate representation of color #C577C8: hue angle of 297.78º degrees, saturation: 0.42, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C577C8 is Cyan = 0.02, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 197 119 200 -
CMYK 0.02 0.40 0 0.22
HSL 297.78º 0.42% 0.63% -
HSV(B) 297.78º 0.41% 0.78% -
XYZ 40.05 29.23 58.18 -
YUV 151.56 155.34 160.41 -
System Red Green Blue C M Y K H S L
Decimal 197 119 200 0.02 0.40 0 0.22 297.78 0.42 0.63
Hex C5 77 C8 2 28 0 16 12A 2A 3F
Octal 305 167 310 2 50 0 26 452 52 77
Binary 11000101 1110111 11001000 10 101000 0 10110 100101010 101010 111111

Color Harmonies of #C577C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C577C8

Black with #C577C8

Text Example


Text Example

White with #C577C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C577C8; }

 p { color: rgb(197,119,200); }

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

background-color css

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

 a { background-color: rgb(197,119,200); }

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

border-color css

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

 span { border-color: rgb(197,119,200); }

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