Html Css Color HEX #C77DC6 Orchid

📋 copy color: '#C77DC6'

red 199 ◦ green 125 ◦ blue 198

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

Shades of Orchid #C77DC6

Tints of Orchid #C77DC6

RGB

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

 GREEN value IS 125 (49.22% from 255) = 23.95%

 BLUE value IS 198 (77.73% from 255) = 37.93%

R = 38.12%
G = 23.95%
B = 37.93%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.01

 K value IS 0.22

RGB Variations

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

Color information

#C77DC6 (or 0xC77DC6) is known color: Orchid. HEX triplet: C7, 7D and C6. RGB value is (199,125,198). Sum of RGB (Red+Green+Blue) = 199+125+198=522 (69% of max value = 765). Red value is 199 (78.12% from 255 or 38.12% from 522); Green value is 125 (49.22% from 255 or 23.95% from 522); Blue value is 198 (77.73% from 255 or 37.93% from 522); Max value from RGB is 199 - color contains mainly: red. Hex color #C77DC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C77DC6 is #388239. Grayscale: #9B9B9B. Windows color (decimal): -3703354 or 13008327. OLE color: 13008327.

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

Color convert

RGB 199 125 198 -
CMYK 0 0.37 0.01 0.22
HSL 300.81º 0.4% 0.64% -
HSV(B) 300.81º 0.37% 0.78% -
XYZ 41.08 30.89 57.22 -
YUV 155.45 152.02 159.06 -
System Red Green Blue C M Y K H S L
Decimal 199 125 198 0 0.37 0.01 0.22 300.81 0.4 0.64
Hex C7 7D C6 0 25 1 16 12D 28 40
Octal 307 175 306 0 45 1 26 455 50 100
Binary 11000111 1111101 11000110 0 100101 1 10110 100101101 101000 1000000

Color Harmonies of #C77DC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77DC6

Black with #C77DC6

Text Example


Text Example

White with #C77DC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77DC6; }

 p { color: rgb(199,125,198); }

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

background-color css

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

 a { background-color: rgb(199,125,198); }

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

border-color css

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

 span { border-color: rgb(199,125,198); }

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