Html Css Color HEX #C77FBC Orchid

📋 copy color: '#C77FBC'

red 199 ◦ green 127 ◦ blue 188

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

Shades of Orchid #C77FBC

Tints of Orchid #C77FBC

RGB

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

 GREEN value IS 127 (50% from 255) = 24.71%

 BLUE value IS 188 (73.83% from 255) = 36.58%

R = 38.72%
G = 24.71%
B = 36.58%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C77FBC (or 0xC77FBC) is known color: Orchid. HEX triplet: C7, 7F and BC. RGB value is (199,127,188). Sum of RGB (Red+Green+Blue) = 199+127+188=514 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.72% from 514); Green value is 127 (50% from 255 or 24.71% from 514); Blue value is 188 (73.83% from 255 or 36.58% from 514); Max value from RGB is 199 - color contains mainly: red. Hex color #C77FBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C77FBC is #388043. Grayscale: #9B9B9B. Windows color (decimal): -3702852 or 12353479. OLE color: 12353479.

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

Color convert

RGB 199 127 188 -
CMYK 0 0.36 0.06 0.22
HSL 309.17º 0.39% 0.64% -
HSV(B) 309.17º 0.36% 0.78% -
XYZ 40.22 30.95 51.43 -
YUV 155.48 146.35 159.04 -
System Red Green Blue C M Y K H S L
Decimal 199 127 188 0 0.36 0.06 0.22 309.17 0.39 0.64
Hex C7 7F BC 0 24 6 16 135 27 40
Octal 307 177 274 0 44 6 26 465 47 100
Binary 11000111 1111111 10111100 0 100100 110 10110 100110101 100111 1000000

Color Harmonies of #C77FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77FBC

Black with #C77FBC

Text Example


Text Example

White with #C77FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77FBC; }

 p { color: rgb(199,127,188); }

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

background-color css

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

 a { background-color: rgb(199,127,188); }

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

border-color css

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

 span { border-color: rgb(199,127,188); }

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