Html Css Color HEX #C676C0 Orchid

📋 copy color: '#C676C0'

red 198 ◦ green 118 ◦ blue 192

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

Shades of Orchid #C676C0

Tints of Orchid #C676C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 37.8%

R = 38.98%
G = 23.23%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.03

 K value IS 0.22

RGB Variations

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

Color information

#C676C0 (or 0xC676C0) is known color: Orchid. HEX triplet: C6, 76 and C0. RGB value is (198,118,192). Sum of RGB (Red+Green+Blue) = 198+118+192=508 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.98% from 508); Green value is 118 (46.48% from 255 or 23.23% from 508); Blue value is 192 (75.39% from 255 or 37.80% from 508); Max value from RGB is 198 - color contains mainly: red. Hex color #C676C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C676C0 is #39893F. Grayscale: #969696. Windows color (decimal): -3770688 or 12613318. OLE color: 12613318.

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

Color convert

RGB 198 118 192 -
CMYK 0 0.40 0.03 0.22
HSL 304.5º 0.41% 0.62% -
HSV(B) 304.5º 0.4% 0.78% -
XYZ 39.28 28.77 53.35 -
YUV 150.36 151.5 161.98 -
System Red Green Blue C M Y K H S L
Decimal 198 118 192 0 0.40 0.03 0.22 304.5 0.41 0.62
Hex C6 76 C0 0 28 3 16 130 29 3E
Octal 306 166 300 0 50 3 26 460 51 76
Binary 11000110 1110110 11000000 0 101000 11 10110 100110000 101001 111110

Color Harmonies of #C676C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C676C0

Black with #C676C0

Text Example


Text Example

White with #C676C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C676C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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