Html Css Color HEX #C76DC5 Orchid

📋 copy color: '#C76DC5'

red 199 ◦ green 109 ◦ blue 197

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

Shades of Orchid #C76DC5

Tints of Orchid #C76DC5

RGB

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

 GREEN value IS 109 (42.97% from 255) = 21.58%

 BLUE value IS 197 (77.34% from 255) = 39.01%

R = 39.41%
G = 21.58%
B = 39.01%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.01

 K value IS 0.22

RGB Variations

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

Color information

#C76DC5 (or 0xC76DC5) is known color: Orchid. HEX triplet: C7, 6D and C5. RGB value is (199,109,197). Sum of RGB (Red+Green+Blue) = 199+109+197=505 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.41% from 505); Green value is 109 (42.97% from 255 or 21.58% from 505); Blue value is 197 (77.34% from 255 or 39.01% from 505); Max value from RGB is 199 - color contains mainly: red. Hex color #C76DC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C76DC5 is #38923A. Grayscale: #919191. Windows color (decimal): -3707451 or 12938695. OLE color: 12938695.

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

Color convert

RGB 199 109 197 -
CMYK 0 0.45 0.01 0.22
HSL 301.33º 0.45% 0.6% -
HSV(B) 301.33º 0.45% 0.78% -
XYZ 39.1 27.11 56 -
YUV 145.94 156.82 165.84 -
System Red Green Blue C M Y K H S L
Decimal 199 109 197 0 0.45 0.01 0.22 301.33 0.45 0.6
Hex C7 6D C5 0 2D 1 16 12D 2D 3C
Octal 307 155 305 0 55 1 26 455 55 74
Binary 11000111 1101101 11000101 0 101101 1 10110 100101101 101101 111100

Color Harmonies of #C76DC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76DC5

Black with #C76DC5

Text Example


Text Example

White with #C76DC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76DC5; }

 p { color: rgb(199,109,197); }

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

background-color css

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

 a { background-color: rgb(199,109,197); }

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

border-color css

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

 span { border-color: rgb(199,109,197); }

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