Html Css Color HEX #C677DB Orchid

📋 copy color: '#C677DB'

red 198 ◦ green 119 ◦ blue 219

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

Shades of Orchid #C677DB

Tints of Orchid #C677DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 40.86%

R = 36.94%
G = 22.2%
B = 40.86%

CMYK

 C value IS 0.10

 M value IS 0.46

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C677DB (or 0xC677DB) is known color: Orchid. HEX triplet: C6, 77 and DB. RGB value is (198,119,219). Sum of RGB (Red+Green+Blue) = 198+119+219=536 (70% of max value = 765). Red value is 198 (77.73% from 255 or 36.94% from 536); Green value is 119 (46.88% from 255 or 22.20% from 536); Blue value is 219 (85.94% from 255 or 40.86% from 536); Max value from RGB is 219 - color contains mainly: blue. Hex color #C677DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C677DB is #398824. Grayscale: #999999. Windows color (decimal): -3770405 or 14383046. OLE color: 14383046.

HSL color Cylindrical-coordinate representation of color #C677DB: hue angle of 287.4º degrees, saturation: 0.58, 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 #C677DB is Cyan = 0.10, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 198 119 219 -
CMYK 0.10 0.46 0 0.14
HSL 287.4º 0.58% 0.66% -
HSV(B) 287.4º 0.46% 0.86% -
XYZ 42.67 30.31 70.62 -
YUV 154.02 164.67 159.37 -
System Red Green Blue C M Y K H S L
Decimal 198 119 219 0.10 0.46 0 0.14 287.4 0.58 0.66
Hex C6 77 DB A 2E 0 E 11F 3A 42
Octal 306 167 333 12 56 0 16 437 72 102
Binary 11000110 1110111 11011011 1010 101110 0 1110 100011111 111010 1000010

Color Harmonies of #C677DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C677DB

Black with #C677DB

Text Example


Text Example

White with #C677DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C677DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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