Html Css Color HEX #C677DD Orchid

📋 copy color: '#C677DD'

red 198 ◦ green 119 ◦ blue 221

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

Shades of Orchid #C677DD

Tints of Orchid #C677DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41.08%

R = 36.8%
G = 22.12%
B = 41.08%

CMYK

 C value IS 0.10

 M value IS 0.46

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C677DD (or 0xC677DD) is known color: Orchid. HEX triplet: C6, 77 and DD. RGB value is (198,119,221). Sum of RGB (Red+Green+Blue) = 198+119+221=538 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.80% from 538); Green value is 119 (46.88% from 255 or 22.12% from 538); Blue value is 221 (86.72% from 255 or 41.08% from 538); Max value from RGB is 221 - color contains mainly: blue. Hex color #C677DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C677DD is #398822. Grayscale: #999999. Windows color (decimal): -3770403 or 14514118. OLE color: 14514118.

HSL color Cylindrical-coordinate representation of color #C677DD: hue angle of 286.47º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C677DD is Cyan = 0.10, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 198 119 221 -
CMYK 0.10 0.46 0 0.13
HSL 286.47º 0.6% 0.67% -
HSV(B) 286.47º 0.46% 0.87% -
XYZ 42.94 30.42 72.02 -
YUV 154.25 165.67 159.21 -
System Red Green Blue C M Y K H S L
Decimal 198 119 221 0.10 0.46 0 0.13 286.47 0.6 0.67
Hex C6 77 DD A 2E 0 D 11E 3C 43
Octal 306 167 335 12 56 0 15 436 74 103
Binary 11000110 1110111 11011101 1010 101110 0 1101 100011110 111100 1000011

Color Harmonies of #C677DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C677DD

Black with #C677DD

Text Example


Text Example

White with #C677DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C677DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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