Html Css Color HEX #C778C1 Orchid

📋 copy color: '#C778C1'

red 199 ◦ green 120 ◦ blue 193

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

Shades of Orchid #C778C1

Tints of Orchid #C778C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 37.7%

R = 38.87%
G = 23.44%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.03

 K value IS 0.22

RGB Variations

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

Color information

#C778C1 (or 0xC778C1) is known color: Orchid. HEX triplet: C7, 78 and C1. RGB value is (199,120,193). Sum of RGB (Red+Green+Blue) = 199+120+193=512 (67% of max value = 765). Red value is 199 (78.12% from 255 or 38.87% from 512); Green value is 120 (47.27% from 255 or 23.44% from 512); Blue value is 193 (75.78% from 255 or 37.70% from 512); Max value from RGB is 199 - color contains mainly: red. Hex color #C778C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C778C1 is #38873E. Grayscale: #979797. Windows color (decimal): -3704639 or 12679367. OLE color: 12679367.

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

Color convert

RGB 199 120 193 -
CMYK 0 0.40 0.03 0.22
HSL 304.56º 0.41% 0.63% -
HSV(B) 304.56º 0.4% 0.78% -
XYZ 39.9 29.43 54.03 -
YUV 151.94 151.17 161.56 -
System Red Green Blue C M Y K H S L
Decimal 199 120 193 0 0.40 0.03 0.22 304.56 0.41 0.63
Hex C7 78 C1 0 28 3 16 131 29 3F
Octal 307 170 301 0 50 3 26 461 51 77
Binary 11000111 1111000 11000001 0 101000 11 10110 100110001 101001 111111

Color Harmonies of #C778C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C778C1

Black with #C778C1

Text Example


Text Example

White with #C778C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C778C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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