Html Css Color HEX #C778B8 Orchid

📋 copy color: '#C778B8'

red 199 ◦ green 120 ◦ blue 184

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

Shades of Orchid #C778B8

Tints of Orchid #C778B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 36.58%

R = 39.56%
G = 23.86%
B = 36.58%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.08

 K value IS 0.22

RGB Variations

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

Color information

#C778B8 (or 0xC778B8) is known color: Orchid. HEX triplet: C7, 78 and B8. RGB value is (199,120,184). Sum of RGB (Red+Green+Blue) = 199+120+184=503 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.56% from 503); Green value is 120 (47.27% from 255 or 23.86% from 503); Blue value is 184 (72.27% from 255 or 36.58% from 503); Max value from RGB is 199 - color contains mainly: red. Hex color #C778B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C778B8 is #388747. Grayscale: #969696. Windows color (decimal): -3704648 or 12089543. OLE color: 12089543.

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

Color convert

RGB 199 120 184 -
CMYK 0 0.40 0.08 0.22
HSL 311.39º 0.41% 0.63% -
HSV(B) 311.39º 0.4% 0.78% -
XYZ 38.92 29.04 48.9 -
YUV 150.92 146.67 162.3 -
System Red Green Blue C M Y K H S L
Decimal 199 120 184 0 0.40 0.08 0.22 311.39 0.41 0.63
Hex C7 78 B8 0 28 8 16 137 29 3F
Octal 307 170 270 0 50 10 26 467 51 77
Binary 11000111 1111000 10111000 0 101000 1000 10110 100110111 101001 111111

Color Harmonies of #C778B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C778B8

Black with #C778B8

Text Example


Text Example

White with #C778B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C778B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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