Html Css Color HEX #C676BE Orchid

📋 copy color: '#C676BE'

red 198 ◦ green 118 ◦ blue 190

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

Shades of Orchid #C676BE

Tints of Orchid #C676BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 37.55%

R = 39.13%
G = 23.32%
B = 37.55%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#C676BE (or 0xC676BE) is known color: Orchid. HEX triplet: C6, 76 and BE. RGB value is (198,118,190). Sum of RGB (Red+Green+Blue) = 198+118+190=506 (67% of max value = 765). Red value is 198 (77.73% from 255 or 39.13% from 506); Green value is 118 (46.48% from 255 or 23.32% from 506); Blue value is 190 (74.61% from 255 or 37.55% from 506); Max value from RGB is 198 - color contains mainly: red. Hex color #C676BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C676BE is #398941. Grayscale: #959595. Windows color (decimal): -3770690 or 12482246. OLE color: 12482246.

HSL color Cylindrical-coordinate representation of color #C676BE: hue angle of 306º 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 #C676BE is Cyan = 0, Magento = 0.40, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 118 190 -
CMYK 0 0.40 0.04 0.22
HSL 306º 0.41% 0.62% -
HSV(B) 306º 0.4% 0.78% -
XYZ 39.06 28.68 52.19 -
YUV 150.13 150.5 162.15 -
System Red Green Blue C M Y K H S L
Decimal 198 118 190 0 0.40 0.04 0.22 306 0.41 0.62
Hex C6 76 BE 0 28 4 16 132 29 3E
Octal 306 166 276 0 50 4 26 462 51 76
Binary 11000110 1110110 10111110 0 101000 100 10110 100110010 101001 111110

Color Harmonies of #C676BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C676BE

Black with #C676BE

Text Example


Text Example

White with #C676BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C676BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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