Html Css Color HEX #C677BD Orchid

📋 copy color: '#C677BD'

red 198 ◦ green 119 ◦ blue 189

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

Shades of Orchid #C677BD

Tints of Orchid #C677BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 37.35%

R = 39.13%
G = 23.52%
B = 37.35%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#C677BD (or 0xC677BD) is known color: Orchid. HEX triplet: C6, 77 and BD. RGB value is (198,119,189). Sum of RGB (Red+Green+Blue) = 198+119+189=506 (67% of max value = 765). Red value is 198 (77.73% from 255 or 39.13% from 506); Green value is 119 (46.88% from 255 or 23.52% from 506); Blue value is 189 (74.22% from 255 or 37.35% from 506); Max value from RGB is 198 - color contains mainly: red. Hex color #C677BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C677BD is #398842. Grayscale: #969696. Windows color (decimal): -3770435 or 12416966. OLE color: 12416966.

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

Color convert

RGB 198 119 189 -
CMYK 0 0.40 0.05 0.22
HSL 306.84º 0.41% 0.62% -
HSV(B) 306.84º 0.4% 0.78% -
XYZ 39.07 28.87 51.66 -
YUV 150.6 149.67 161.81 -
System Red Green Blue C M Y K H S L
Decimal 198 119 189 0 0.40 0.05 0.22 306.84 0.41 0.62
Hex C6 77 BD 0 28 5 16 133 29 3E
Octal 306 167 275 0 50 5 26 463 51 76
Binary 11000110 1110111 10111101 0 101000 101 10110 100110011 101001 111110

Color Harmonies of #C677BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C677BD

Black with #C677BD

Text Example


Text Example

White with #C677BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C677BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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