Html Css Color HEX #C777BB Orchid

📋 copy color: '#C777BB'

red 199 ◦ green 119 ◦ blue 187

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

Shades of Orchid #C777BB

Tints of Orchid #C777BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 37.03%

R = 39.41%
G = 23.56%
B = 37.03%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C777BB (or 0xC777BB) is known color: Orchid. HEX triplet: C7, 77 and BB. RGB value is (199,119,187). Sum of RGB (Red+Green+Blue) = 199+119+187=505 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.41% from 505); Green value is 119 (46.88% from 255 or 23.56% from 505); Blue value is 187 (73.44% from 255 or 37.03% from 505); Max value from RGB is 199 - color contains mainly: red. Hex color #C777BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C777BB is #388844. Grayscale: #969696. Windows color (decimal): -3704901 or 12285895. OLE color: 12285895.

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

Color convert

RGB 199 119 187 -
CMYK 0 0.40 0.06 0.22
HSL 309º 0.42% 0.62% -
HSV(B) 309º 0.4% 0.78% -
XYZ 39.12 28.92 50.53 -
YUV 150.67 148.5 162.47 -
System Red Green Blue C M Y K H S L
Decimal 199 119 187 0 0.40 0.06 0.22 309 0.42 0.62
Hex C7 77 BB 0 28 6 16 135 2A 3E
Octal 307 167 273 0 50 6 26 465 52 76
Binary 11000111 1110111 10111011 0 101000 110 10110 100110101 101010 111110

Color Harmonies of #C777BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C777BB

Black with #C777BB

Text Example


Text Example

White with #C777BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C777BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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