Html Css Color HEX #C77DC4 Orchid

📋 copy color: '#C77DC4'

red 199 ◦ green 125 ◦ blue 196

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

Shades of Orchid #C77DC4

Tints of Orchid #C77DC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 37.69%

R = 38.27%
G = 24.04%
B = 37.69%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.02

 K value IS 0.22

RGB Variations

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

Color information

#C77DC4 (or 0xC77DC4) is known color: Orchid. HEX triplet: C7, 7D and C4. RGB value is (199,125,196). Sum of RGB (Red+Green+Blue) = 199+125+196=520 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.27% from 520); Green value is 125 (49.22% from 255 or 24.04% from 520); Blue value is 196 (76.95% from 255 or 37.69% from 520); Max value from RGB is 199 - color contains mainly: red. Hex color #C77DC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C77DC4 is #38823B. Grayscale: #9B9B9B. Windows color (decimal): -3703356 or 12877255. OLE color: 12877255.

HSL color Cylindrical-coordinate representation of color #C77DC4: hue angle of 302.43º 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 #C77DC4 is Cyan = 0, Magento = 0.37, Yellow = 0.02 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 125 196 -
CMYK 0 0.37 0.02 0.22
HSL 302.43º 0.4% 0.64% -
HSV(B) 302.43º 0.37% 0.78% -
XYZ 40.85 30.79 56.02 -
YUV 155.22 151.02 159.23 -
System Red Green Blue C M Y K H S L
Decimal 199 125 196 0 0.37 0.02 0.22 302.43 0.4 0.64
Hex C7 7D C4 0 25 2 16 12E 28 40
Octal 307 175 304 0 45 2 26 456 50 100
Binary 11000111 1111101 11000100 0 100101 10 10110 100101110 101000 1000000

Color Harmonies of #C77DC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77DC4

Black with #C77DC4

Text Example


Text Example

White with #C77DC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77DC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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