Html Css Color HEX #C777BA Orchid

📋 copy color: '#C777BA'

red 199 ◦ green 119 ◦ blue 186

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

Shades of Orchid #C777BA

Tints of Orchid #C777BA

RGB

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

 GREEN value IS 119 (46.88% from 255) = 23.61%

 BLUE value IS 186 (73.05% from 255) = 36.9%

R = 39.48%
G = 23.61%
B = 36.9%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.07

 K value IS 0.22

RGB Variations

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

Color information

#C777BA (or 0xC777BA) is known color: Orchid. HEX triplet: C7, 77 and BA. RGB value is (199,119,186). Sum of RGB (Red+Green+Blue) = 199+119+186=504 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.48% from 504); Green value is 119 (46.88% from 255 or 23.61% from 504); Blue value is 186 (73.05% from 255 or 36.90% from 504); Max value from RGB is 199 - color contains mainly: red. Hex color #C777BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C777BA is #388845. Grayscale: #969696. Windows color (decimal): -3704902 or 12220359. OLE color: 12220359.

HSL color Cylindrical-coordinate representation of color #C777BA: hue angle of 309.75º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C777BA is Cyan = 0, Magento = 0.40, Yellow = 0.07 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 119 186 -
CMYK 0 0.40 0.07 0.22
HSL 309.75º 0.42% 0.62% -
HSV(B) 309.75º 0.4% 0.78% -
XYZ 39.01 28.88 49.97 -
YUV 150.56 148 162.55 -
System Red Green Blue C M Y K H S L
Decimal 199 119 186 0 0.40 0.07 0.22 309.75 0.42 0.62
Hex C7 77 BA 0 28 7 16 136 2A 3E
Octal 307 167 272 0 50 7 26 466 52 76
Binary 11000111 1110111 10111010 0 101000 111 10110 100110110 101010 111110

Color Harmonies of #C777BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C777BA

Black with #C777BA

Text Example


Text Example

White with #C777BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C777BA; }

 p { color: rgb(199,119,186); }

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

background-color css

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

 a { background-color: rgb(199,119,186); }

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

border-color css

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

 span { border-color: rgb(199,119,186); }

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