Html Css Color HEX #C76DC9 Orchid

📋 copy color: '#C76DC9'

red 199 ◦ green 109 ◦ blue 201

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

Shades of Orchid #C76DC9

Tints of Orchid #C76DC9

RGB

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

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

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

R = 39.1%
G = 21.41%
B = 39.49%

CMYK

 C value IS 0.01

 M value IS 0.46

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C76DC9 (or 0xC76DC9) is known color: Orchid. HEX triplet: C7, 6D and C9. RGB value is (199,109,201). Sum of RGB (Red+Green+Blue) = 199+109+201=509 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.10% from 509); Green value is 109 (42.97% from 255 or 21.41% from 509); Blue value is 201 (78.91% from 255 or 39.49% from 509); Max value from RGB is 201 - color contains mainly: blue. Hex color #C76DC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C76DC9 is #389236. Grayscale: #929292. Windows color (decimal): -3707447 or 13200839. OLE color: 13200839.

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

Color convert

RGB 199 109 201 -
CMYK 0.01 0.46 0 0.21
HSL 298.7º 0.46% 0.61% -
HSV(B) 298.7º 0.46% 0.79% -
XYZ 39.56 27.3 58.44 -
YUV 146.4 158.82 165.52 -
System Red Green Blue C M Y K H S L
Decimal 199 109 201 0.01 0.46 0 0.21 298.7 0.46 0.61
Hex C7 6D C9 1 2E 0 15 12B 2E 3D
Octal 307 155 311 1 56 0 25 453 56 75
Binary 11000111 1101101 11001001 1 101110 0 10101 100101011 101110 111101

Color Harmonies of #C76DC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76DC9

Black with #C76DC9

Text Example


Text Example

White with #C76DC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76DC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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