Html Css Color HEX #C778C3 Orchid

📋 copy color: '#C778C3'

red 199 ◦ green 120 ◦ blue 195

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

Shades of Orchid #C778C3

Tints of Orchid #C778C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 37.94%

R = 38.72%
G = 23.35%
B = 37.94%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.02

 K value IS 0.22

RGB Variations

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

Color information

#C778C3 (or 0xC778C3) is known color: Orchid. HEX triplet: C7, 78 and C3. RGB value is (199,120,195). Sum of RGB (Red+Green+Blue) = 199+120+195=514 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.72% from 514); Green value is 120 (47.27% from 255 or 23.35% from 514); Blue value is 195 (76.56% from 255 or 37.94% from 514); Max value from RGB is 199 - color contains mainly: red. Hex color #C778C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C778C3 is #38873C. Grayscale: #979797. Windows color (decimal): -3704637 or 12810439. OLE color: 12810439.

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

Color convert

RGB 199 120 195 -
CMYK 0 0.40 0.02 0.22
HSL 303.04º 0.41% 0.63% -
HSV(B) 303.04º 0.4% 0.78% -
XYZ 40.12 29.52 55.21 -
YUV 152.17 152.17 161.4 -
System Red Green Blue C M Y K H S L
Decimal 199 120 195 0 0.40 0.02 0.22 303.04 0.41 0.63
Hex C7 78 C3 0 28 2 16 12F 29 3F
Octal 307 170 303 0 50 2 26 457 51 77
Binary 11000111 1111000 11000011 0 101000 10 10110 100101111 101001 111111

Color Harmonies of #C778C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C778C3

Black with #C778C3

Text Example


Text Example

White with #C778C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C778C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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