Html Css Color HEX #C77FCC Orchid

📋 copy color: '#C77FCC'

red 199 ◦ green 127 ◦ blue 204

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

Shades of Orchid #C77FCC

Tints of Orchid #C77FCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 38.49%

R = 37.55%
G = 23.96%
B = 38.49%

CMYK

 C value IS 0.02

 M value IS 0.38

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C77FCC (or 0xC77FCC) is known color: Orchid. HEX triplet: C7, 7F and CC. RGB value is (199,127,204). Sum of RGB (Red+Green+Blue) = 199+127+204=530 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.55% from 530); Green value is 127 (50% from 255 or 23.96% from 530); Blue value is 204 (80.08% from 255 or 38.49% from 530); Max value from RGB is 204 - color contains mainly: blue. Hex color #C77FCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C77FCC is #388033. Grayscale: #9D9D9D. Windows color (decimal): -3702836 or 13402055. OLE color: 13402055.

HSL color Cylindrical-coordinate representation of color #C77FCC: hue angle of 296.1º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C77FCC is Cyan = 0.02, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 199 127 204 -
CMYK 0.02 0.38 0 0.2
HSL 296.1º 0.43% 0.65% -
HSV(B) 296.1º 0.38% 0.8% -
XYZ 42.04 31.68 61.03 -
YUV 157.31 154.35 157.74 -
System Red Green Blue C M Y K H S L
Decimal 199 127 204 0.02 0.38 0 0.2 296.1 0.43 0.65
Hex C7 7F CC 2 26 0 14 128 2B 41
Octal 307 177 314 2 46 0 24 450 53 101
Binary 11000111 1111111 11001100 10 100110 0 10100 100101000 101011 1000001

Color Harmonies of #C77FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77FCC

Black with #C77FCC

Text Example


Text Example

White with #C77FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77FCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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