Html Css Color HEX #C779BE Orchid

📋 copy color: '#C779BE'

red 199 ◦ green 121 ◦ blue 190

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

Shades of Orchid #C779BE

Tints of Orchid #C779BE

RGB

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

 GREEN value IS 121 (47.66% from 255) = 23.73%

 BLUE value IS 190 (74.61% from 255) = 37.25%

R = 39.02%
G = 23.73%
B = 37.25%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#C779BE (or 0xC779BE) is known color: Orchid. HEX triplet: C7, 79 and BE. RGB value is (199,121,190). Sum of RGB (Red+Green+Blue) = 199+121+190=510 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.02% from 510); Green value is 121 (47.66% from 255 or 23.73% from 510); Blue value is 190 (74.61% from 255 or 37.25% from 510); Max value from RGB is 199 - color contains mainly: red. Hex color #C779BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C779BE is #388641. Grayscale: #979797. Windows color (decimal): -3704386 or 12483015. OLE color: 12483015.

HSL color Cylindrical-coordinate representation of color #C779BE: hue angle of 306.92º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C779BE is Cyan = 0, Magento = 0.39, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 121 190 -
CMYK 0 0.39 0.05 0.22
HSL 306.92º 0.41% 0.63% -
HSV(B) 306.92º 0.39% 0.78% -
XYZ 39.68 29.53 52.32 -
YUV 152.19 149.34 161.39 -
System Red Green Blue C M Y K H S L
Decimal 199 121 190 0 0.39 0.05 0.22 306.92 0.41 0.63
Hex C7 79 BE 0 27 5 16 133 29 3F
Octal 307 171 276 0 47 5 26 463 51 77
Binary 11000111 1111001 10111110 0 100111 101 10110 100110011 101001 111111

Color Harmonies of #C779BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C779BE

Black with #C779BE

Text Example


Text Example

White with #C779BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C779BE; }

 p { color: rgb(199,121,190); }

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

background-color css

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

 a { background-color: rgb(199,121,190); }

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

border-color css

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

 span { border-color: rgb(199,121,190); }

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