Html Css Color HEX #C778C5 Orchid

📋 copy color: '#C778C5'

red 199 ◦ green 120 ◦ blue 197

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

Shades of Orchid #C778C5

Tints of Orchid #C778C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 38.18%

R = 38.57%
G = 23.26%
B = 38.18%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.01

 K value IS 0.22

RGB Variations

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

Color information

#C778C5 (or 0xC778C5) is known color: Orchid. HEX triplet: C7, 78 and C5. RGB value is (199,120,197). Sum of RGB (Red+Green+Blue) = 199+120+197=516 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.57% from 516); Green value is 120 (47.27% from 255 or 23.26% from 516); Blue value is 197 (77.34% from 255 or 38.18% from 516); Max value from RGB is 199 - color contains mainly: red. Hex color #C778C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C778C5 is #38873A. Grayscale: #989898. Windows color (decimal): -3704635 or 12941511. OLE color: 12941511.

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

Color convert

RGB 199 120 197 -
CMYK 0 0.40 0.01 0.22
HSL 301.52º 0.41% 0.63% -
HSV(B) 301.52º 0.4% 0.78% -
XYZ 40.35 29.61 56.41 -
YUV 152.4 153.17 161.24 -
System Red Green Blue C M Y K H S L
Decimal 199 120 197 0 0.40 0.01 0.22 301.52 0.41 0.63
Hex C7 78 C5 0 28 1 16 12E 29 3F
Octal 307 170 305 0 50 1 26 456 51 77
Binary 11000111 1111000 11000101 0 101000 1 10110 100101110 101001 111111

Color Harmonies of #C778C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C778C5

Black with #C778C5

Text Example


Text Example

White with #C778C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C778C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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