Html Css Color HEX #C77FC2 Orchid

📋 copy color: '#C77FC2'

red 199 ◦ green 127 ◦ blue 194

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

Shades of Orchid #C77FC2

Tints of Orchid #C77FC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 37.31%

R = 38.27%
G = 24.42%
B = 37.31%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.03

 K value IS 0.22

RGB Variations

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

Color information

#C77FC2 (or 0xC77FC2) is known color: Orchid. HEX triplet: C7, 7F and C2. RGB value is (199,127,194). Sum of RGB (Red+Green+Blue) = 199+127+194=520 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.27% from 520); Green value is 127 (50% from 255 or 24.42% from 520); Blue value is 194 (76.17% from 255 or 37.31% from 520); Max value from RGB is 199 - color contains mainly: red. Hex color #C77FC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C77FC2 is #38803D. Grayscale: #9B9B9B. Windows color (decimal): -3702846 or 12746695. OLE color: 12746695.

HSL color Cylindrical-coordinate representation of color #C77FC2: hue angle of 304.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 #C77FC2 is Cyan = 0, Magento = 0.36, Yellow = 0.03 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 127 194 -
CMYK 0 0.36 0.03 0.22
HSL 304.17º 0.39% 0.64% -
HSV(B) 304.17º 0.36% 0.78% -
XYZ 40.88 31.22 54.91 -
YUV 156.17 149.35 158.55 -
System Red Green Blue C M Y K H S L
Decimal 199 127 194 0 0.36 0.03 0.22 304.17 0.39 0.64
Hex C7 7F C2 0 24 3 16 130 27 40
Octal 307 177 302 0 44 3 26 460 47 100
Binary 11000111 1111111 11000010 0 100100 11 10110 100110000 100111 1000000

Color Harmonies of #C77FC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77FC2

Black with #C77FC2

Text Example


Text Example

White with #C77FC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77FC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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