Html Css Color HEX #C77FDA Orchid

📋 copy color: '#C77FDA'

red 199 ◦ green 127 ◦ blue 218

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

Shades of Orchid #C77FDA

Tints of Orchid #C77FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.07%

R = 36.58%
G = 23.35%
B = 40.07%

CMYK

 C value IS 0.09

 M value IS 0.42

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C77FDA (or 0xC77FDA) is known color: Orchid. HEX triplet: C7, 7F and DA. RGB value is (199,127,218). Sum of RGB (Red+Green+Blue) = 199+127+218=544 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.58% from 544); Green value is 127 (50% from 255 or 23.35% from 544); Blue value is 218 (85.55% from 255 or 40.07% from 544); Max value from RGB is 218 - color contains mainly: blue. Hex color #C77FDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C77FDA is #388025. Grayscale: #9E9E9E. Windows color (decimal): -3702822 or 14319559. OLE color: 14319559.

HSL color Cylindrical-coordinate representation of color #C77FDA: hue angle of 287.47º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C77FDA is Cyan = 0.09, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 199 127 218 -
CMYK 0.09 0.42 0 0.15
HSL 287.47º 0.55% 0.68% -
HSV(B) 287.47º 0.42% 0.85% -
XYZ 43.8 32.38 70.27 -
YUV 158.9 161.35 156.6 -
System Red Green Blue C M Y K H S L
Decimal 199 127 218 0.09 0.42 0 0.15 287.47 0.55 0.68
Hex C7 7F DA 9 2A 0 F 11F 37 44
Octal 307 177 332 11 52 0 17 437 67 104
Binary 11000111 1111111 11011010 1001 101010 0 1111 100011111 110111 1000100

Color Harmonies of #C77FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77FDA

Black with #C77FDA

Text Example


Text Example

White with #C77FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77FDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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