Html Css Color HEX #C778BD Orchid

📋 copy color: '#C778BD'

red 199 ◦ green 120 ◦ blue 189

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

Shades of Orchid #C778BD

Tints of Orchid #C778BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 37.2%

R = 39.17%
G = 23.62%
B = 37.2%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#C778BD (or 0xC778BD) is known color: Orchid. HEX triplet: C7, 78 and BD. RGB value is (199,120,189). Sum of RGB (Red+Green+Blue) = 199+120+189=508 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.17% from 508); Green value is 120 (47.27% from 255 or 23.62% from 508); Blue value is 189 (74.22% from 255 or 37.20% from 508); Max value from RGB is 199 - color contains mainly: red. Hex color #C778BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C778BD is #388742. Grayscale: #979797. Windows color (decimal): -3704643 or 12417223. OLE color: 12417223.

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

Color convert

RGB 199 120 189 -
CMYK 0 0.40 0.05 0.22
HSL 307.59º 0.41% 0.63% -
HSV(B) 307.59º 0.4% 0.78% -
XYZ 39.45 29.25 51.71 -
YUV 151.49 149.17 161.89 -
System Red Green Blue C M Y K H S L
Decimal 199 120 189 0 0.40 0.05 0.22 307.59 0.41 0.63
Hex C7 78 BD 0 28 5 16 134 29 3F
Octal 307 170 275 0 50 5 26 464 51 77
Binary 11000111 1111000 10111101 0 101000 101 10110 100110100 101001 111111

Color Harmonies of #C778BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C778BD

Black with #C778BD

Text Example


Text Example

White with #C778BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C778BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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