Html Css Color HEX #C76FC9 Orchid

📋 copy color: '#C76FC9'

red 199 ◦ green 111 ◦ blue 201

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

Shades of Orchid #C76FC9

Tints of Orchid #C76FC9

RGB

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

 GREEN value IS 111 (43.75% from 255) = 21.72%

 BLUE value IS 201 (78.91% from 255) = 39.33%

R = 38.94%
G = 21.72%
B = 39.33%

CMYK

 C value IS 0.01

 M value IS 0.45

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C76FC9 (or 0xC76FC9) is known color: Orchid. HEX triplet: C7, 6F and C9. RGB value is (199,111,201). Sum of RGB (Red+Green+Blue) = 199+111+201=511 (67% of max value = 765). Red value is 199 (78.12% from 255 or 38.94% from 511); Green value is 111 (43.75% from 255 or 21.72% from 511); Blue value is 201 (78.91% from 255 or 39.33% from 511); Max value from RGB is 201 - color contains mainly: blue. Hex color #C76FC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C76FC9 is #389036. Grayscale: #939393. Windows color (decimal): -3706935 or 13201351. OLE color: 13201351.

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

Color convert

RGB 199 111 201 -
CMYK 0.01 0.45 0 0.21
HSL 298.67º 0.45% 0.61% -
HSV(B) 298.67º 0.45% 0.79% -
XYZ 39.78 27.73 58.51 -
YUV 147.57 158.15 164.68 -
System Red Green Blue C M Y K H S L
Decimal 199 111 201 0.01 0.45 0 0.21 298.67 0.45 0.61
Hex C7 6F C9 1 2D 0 15 12B 2D 3D
Octal 307 157 311 1 55 0 25 453 55 75
Binary 11000111 1101111 11001001 1 101101 0 10101 100101011 101101 111101

Color Harmonies of #C76FC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76FC9

Black with #C76FC9

Text Example


Text Example

White with #C76FC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76FC9; }

 p { color: rgb(199,111,201); }

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

background-color css

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

 a { background-color: rgb(199,111,201); }

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

border-color css

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

 span { border-color: rgb(199,111,201); }

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