Html Css Color HEX #C778BF Orchid

📋 copy color: '#C778BF'

red 199 ◦ green 120 ◦ blue 191

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

Shades of Orchid #C778BF

Tints of Orchid #C778BF

RGB

 RED value IS 199 (78.13% from 255) = 39.02%

 GREEN value IS 120 (47.27% from 255) = 23.53%

 BLUE value IS 191 (75% from 255) = 37.45%

R = 39.02%
G = 23.53%
B = 37.45%

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

#C778BF (or 0xC778BF) is known color: Orchid. HEX triplet: C7, 78 and BF. RGB value is (199,120,191). Sum of RGB (Red+Green+Blue) = 199+120+191=510 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.02% from 510); Green value is 120 (47.27% from 255 or 23.53% from 510); Blue value is 191 (75% from 255 or 37.45% from 510); Max value from RGB is 199 - color contains mainly: red. Hex color #C778BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C778BF is #388740. Grayscale: #979797. Windows color (decimal): -3704641 or 12548295. OLE color: 12548295.

HSL color Cylindrical-coordinate representation of color #C778BF: hue angle of 306.08º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C778BF is Cyan = 0, Magento = 0.40, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 120 191 -
CMYK 0 0.40 0.04 0.22
HSL 306.08º 0.41% 0.63% -
HSV(B) 306.08º 0.4% 0.78% -
XYZ 39.67 29.34 52.86 -
YUV 151.72 150.17 161.73 -
System Red Green Blue C M Y K H S L
Decimal 199 120 191 0 0.40 0.04 0.22 306.08 0.41 0.63
Hex C7 78 BF 0 28 4 16 132 29 3F
Octal 307 170 277 0 50 4 26 462 51 77
Binary 11000111 1111000 10111111 0 101000 100 10110 100110010 101001 111111

Color Harmonies of #C778BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C778BF

Black with #C778BF

Text Example


Text Example

White with #C778BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C778BF; }

 p { color: rgb(199,120,191); }

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

background-color css

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

 a { background-color: rgb(199,120,191); }

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

border-color css

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

 span { border-color: rgb(199,120,191); }

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