Html Css Color HEX #C577DF Orchid

📋 copy color: '#C577DF'

red 197 ◦ green 119 ◦ blue 223

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

Shades of Orchid #C577DF

Tints of Orchid #C577DF

RGB

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

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

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

R = 36.55%
G = 22.08%
B = 41.37%

CMYK

 C value IS 0.12

 M value IS 0.47

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C577DF (or 0xC577DF) is known color: Orchid. HEX triplet: C5, 77 and DF. RGB value is (197,119,223). Sum of RGB (Red+Green+Blue) = 197+119+223=539 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.55% from 539); Green value is 119 (46.88% from 255 or 22.08% from 539); Blue value is 223 (87.5% from 255 or 41.37% from 539); Max value from RGB is 223 - color contains mainly: blue. Hex color #C577DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C577DF is #3A8820. Grayscale: #999999. Windows color (decimal): -3835937 or 14645189. OLE color: 14645189.

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

Color convert

RGB 197 119 223 -
CMYK 0.12 0.47 0 0.13
HSL 285º 0.62% 0.67% -
HSV(B) 285º 0.47% 0.87% -
XYZ 42.94 30.39 73.41 -
YUV 154.18 166.84 158.54 -
System Red Green Blue C M Y K H S L
Decimal 197 119 223 0.12 0.47 0 0.13 285 0.62 0.67
Hex C5 77 DF C 2F 0 D 11D 3E 43
Octal 305 167 337 14 57 0 15 435 76 103
Binary 11000101 1110111 11011111 1100 101111 0 1101 100011101 111110 1000011

Color Harmonies of #C577DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C577DF

Black with #C577DF

Text Example


Text Example

White with #C577DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C577DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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