Html Css Color HEX #C577CE Orchid

📋 copy color: '#C577CE'

red 197 ◦ green 119 ◦ blue 206

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

Shades of Orchid #C577CE

Tints of Orchid #C577CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 39.46%

R = 37.74%
G = 22.8%
B = 39.46%

CMYK

 C value IS 0.04

 M value IS 0.42

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C577CE (or 0xC577CE) is known color: Orchid. HEX triplet: C5, 77 and CE. RGB value is (197,119,206). Sum of RGB (Red+Green+Blue) = 197+119+206=522 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.74% from 522); Green value is 119 (46.88% from 255 or 22.80% from 522); Blue value is 206 (80.86% from 255 or 39.46% from 522); Max value from RGB is 206 - color contains mainly: blue. Hex color #C577CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C577CE is #3A8831. Grayscale: #979797. Windows color (decimal): -3835954 or 13531077. OLE color: 13531077.

HSL color Cylindrical-coordinate representation of color #C577CE: hue angle of 293.79º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C577CE is Cyan = 0.04, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 197 119 206 -
CMYK 0.04 0.42 0 0.19
HSL 293.79º 0.47% 0.64% -
HSV(B) 293.79º 0.42% 0.81% -
XYZ 40.76 29.52 61.94 -
YUV 152.24 158.34 159.93 -
System Red Green Blue C M Y K H S L
Decimal 197 119 206 0.04 0.42 0 0.19 293.79 0.47 0.64
Hex C5 77 CE 4 2A 0 13 126 2F 40
Octal 305 167 316 4 52 0 23 446 57 100
Binary 11000101 1110111 11001110 100 101010 0 10011 100100110 101111 1000000

Color Harmonies of #C577CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C577CE

Black with #C577CE

Text Example


Text Example

White with #C577CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C577CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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