Html Css Color HEX #C676BA Orchid

📋 copy color: '#C676BA'

red 198 ◦ green 118 ◦ blue 186

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

Shades of Orchid #C676BA

Tints of Orchid #C676BA

RGB

 RED value IS 198 (77.73% from 255) = 39.44%

 GREEN value IS 118 (46.48% from 255) = 23.51%

 BLUE value IS 186 (73.05% from 255) = 37.05%

R = 39.44%
G = 23.51%
B = 37.05%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C676BA (or 0xC676BA) is known color: Orchid. HEX triplet: C6, 76 and BA. RGB value is (198,118,186). Sum of RGB (Red+Green+Blue) = 198+118+186=502 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.44% from 502); Green value is 118 (46.48% from 255 or 23.51% from 502); Blue value is 186 (73.05% from 255 or 37.05% from 502); Max value from RGB is 198 - color contains mainly: red. Hex color #C676BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C676BA is #398945. Grayscale: #959595. Windows color (decimal): -3770694 or 12220102. OLE color: 12220102.

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

Color convert

RGB 198 118 186 -
CMYK 0 0.40 0.06 0.22
HSL 309º 0.41% 0.62% -
HSV(B) 309º 0.4% 0.78% -
XYZ 38.63 28.51 49.92 -
YUV 149.67 148.5 162.47 -
System Red Green Blue C M Y K H S L
Decimal 198 118 186 0 0.40 0.06 0.22 309 0.41 0.62
Hex C6 76 BA 0 28 6 16 135 29 3E
Octal 306 166 272 0 50 6 26 465 51 76
Binary 11000110 1110110 10111010 0 101000 110 10110 100110101 101001 111110

Color Harmonies of #C676BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C676BA

Black with #C676BA

Text Example


Text Example

White with #C676BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C676BA; }

 p { color: rgb(198,118,186); }

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

background-color css

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

 a { background-color: rgb(198,118,186); }

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

border-color css

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

 span { border-color: rgb(198,118,186); }

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