Html Css Color HEX #C77FD5 Orchid

📋 copy color: '#C77FD5'

red 199 ◦ green 127 ◦ blue 213

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

Shades of Orchid #C77FD5

Tints of Orchid #C77FD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 39.52%

R = 36.92%
G = 23.56%
B = 39.52%

CMYK

 C value IS 0.07

 M value IS 0.40

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C77FD5 (or 0xC77FD5) is known color: Orchid. HEX triplet: C7, 7F and D5. RGB value is (199,127,213). Sum of RGB (Red+Green+Blue) = 199+127+213=539 (71% of max value = 765). Red value is 199 (78.12% from 255 or 36.92% from 539); Green value is 127 (50% from 255 or 23.56% from 539); Blue value is 213 (83.59% from 255 or 39.52% from 539); Max value from RGB is 213 - color contains mainly: blue. Hex color #C77FD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C77FD5 is #38802A. Grayscale: #9E9E9E. Windows color (decimal): -3702827 or 13991879. OLE color: 13991879.

HSL color Cylindrical-coordinate representation of color #C77FD5: hue angle of 290.23º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C77FD5 is Cyan = 0.07, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 199 127 213 -
CMYK 0.07 0.40 0 0.16
HSL 290.23º 0.51% 0.67% -
HSV(B) 290.23º 0.4% 0.84% -
XYZ 43.15 32.12 66.88 -
YUV 158.33 158.85 157.01 -
System Red Green Blue C M Y K H S L
Decimal 199 127 213 0.07 0.40 0 0.16 290.23 0.51 0.67
Hex C7 7F D5 7 28 0 10 122 33 43
Octal 307 177 325 7 50 0 20 442 63 103
Binary 11000111 1111111 11010101 111 101000 0 10000 100100010 110011 1000011

Color Harmonies of #C77FD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77FD5

Black with #C77FD5

Text Example


Text Example

White with #C77FD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77FD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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