Html Css Color HEX #C677DC Orchid

📋 copy color: '#C677DC'

red 198 ◦ green 119 ◦ blue 220

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

Shades of Orchid #C677DC

Tints of Orchid #C677DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 40.97%

R = 36.87%
G = 22.16%
B = 40.97%

CMYK

 C value IS 0.1

 M value IS 0.46

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C677DC (or 0xC677DC) is known color: Orchid. HEX triplet: C6, 77 and DC. RGB value is (198,119,220). Sum of RGB (Red+Green+Blue) = 198+119+220=537 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.87% from 537); Green value is 119 (46.88% from 255 or 22.16% from 537); Blue value is 220 (86.33% from 255 or 40.97% from 537); Max value from RGB is 220 - color contains mainly: blue. Hex color #C677DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C677DC is #398823. Grayscale: #999999. Windows color (decimal): -3770404 or 14448582. OLE color: 14448582.

HSL color Cylindrical-coordinate representation of color #C677DC: hue angle of 286.93º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C677DC is Cyan = 0.1, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 198 119 220 -
CMYK 0.1 0.46 0 0.14
HSL 286.93º 0.59% 0.66% -
HSV(B) 286.93º 0.46% 0.86% -
XYZ 42.8 30.37 71.32 -
YUV 154.14 165.17 159.29 -
System Red Green Blue C M Y K H S L
Decimal 198 119 220 0.1 0.46 0 0.14 286.93 0.59 0.66
Hex C6 77 DC A 2E 0 E 11F 3B 42
Octal 306 167 334 12 56 0 16 437 73 102
Binary 11000110 1110111 11011100 1010 101110 0 1110 100011111 111011 1000010

Color Harmonies of #C677DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C677DC

Black with #C677DC

Text Example


Text Example

White with #C677DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C677DC; }

 p { color: rgb(198,119,220); }

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

background-color css

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

 a { background-color: rgb(198,119,220); }

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

border-color css

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

 span { border-color: rgb(198,119,220); }

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