Html Css Color HEX #C677BE Orchid

📋 copy color: '#C677BE'

red 198 ◦ green 119 ◦ blue 190

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

Shades of Orchid #C677BE

Tints of Orchid #C677BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 37.48%

R = 39.05%
G = 23.47%
B = 37.48%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#C677BE (or 0xC677BE) is known color: Orchid. HEX triplet: C6, 77 and BE. RGB value is (198,119,190). Sum of RGB (Red+Green+Blue) = 198+119+190=507 (67% of max value = 765). Red value is 198 (77.73% from 255 or 39.05% from 507); Green value is 119 (46.88% from 255 or 23.47% from 507); Blue value is 190 (74.61% from 255 or 37.48% from 507); Max value from RGB is 198 - color contains mainly: red. Hex color #C677BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C677BE is #398841. Grayscale: #969696. Windows color (decimal): -3770434 or 12482502. OLE color: 12482502.

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

Color convert

RGB 198 119 190 -
CMYK 0 0.40 0.04 0.22
HSL 306.08º 0.41% 0.62% -
HSV(B) 306.08º 0.4% 0.78% -
XYZ 39.18 28.92 52.23 -
YUV 150.72 150.17 161.73 -
System Red Green Blue C M Y K H S L
Decimal 198 119 190 0 0.40 0.04 0.22 306.08 0.41 0.62
Hex C6 77 BE 0 28 4 16 132 29 3E
Octal 306 167 276 0 50 4 26 462 51 76
Binary 11000110 1110111 10111110 0 101000 100 10110 100110010 101001 111110

Color Harmonies of #C677BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C677BE

Black with #C677BE

Text Example


Text Example

White with #C677BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C677BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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