Html Css Color HEX #C676CC Orchid

📋 copy color: '#C676CC'

red 198 ◦ green 118 ◦ blue 204

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

Shades of Orchid #C676CC

Tints of Orchid #C676CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 39.23%

R = 38.08%
G = 22.69%
B = 39.23%

CMYK

 C value IS 0.03

 M value IS 0.42

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C676CC (or 0xC676CC) is known color: Orchid. HEX triplet: C6, 76 and CC. RGB value is (198,118,204). Sum of RGB (Red+Green+Blue) = 198+118+204=520 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.08% from 520); Green value is 118 (46.48% from 255 or 22.69% from 520); Blue value is 204 (80.08% from 255 or 39.23% from 520); Max value from RGB is 204 - color contains mainly: blue. Hex color #C676CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C676CC is #398933. Grayscale: #979797. Windows color (decimal): -3770676 or 13399750. OLE color: 13399750.

HSL color Cylindrical-coordinate representation of color #C676CC: hue angle of 295.81º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C676CC is Cyan = 0.03, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 198 118 204 -
CMYK 0.03 0.42 0 0.2
HSL 295.81º 0.46% 0.63% -
HSV(B) 295.81º 0.42% 0.8% -
XYZ 40.67 29.32 60.64 -
YUV 151.72 157.5 161.01 -
System Red Green Blue C M Y K H S L
Decimal 198 118 204 0.03 0.42 0 0.2 295.81 0.46 0.63
Hex C6 76 CC 3 2A 0 14 128 2E 3F
Octal 306 166 314 3 52 0 24 450 56 77
Binary 11000110 1110110 11001100 11 101010 0 10100 100101000 101110 111111

Color Harmonies of #C676CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C676CC

Black with #C676CC

Text Example


Text Example

White with #C676CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C676CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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