Html Css Color HEX #C76DCC Orchid

📋 copy color: '#C76DCC'

red 199 ◦ green 109 ◦ blue 204

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

Shades of Orchid #C76DCC

Tints of Orchid #C76DCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 39.84%

R = 38.87%
G = 21.29%
B = 39.84%

CMYK

 C value IS 0.02

 M value IS 0.47

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C76DCC (or 0xC76DCC) is known color: Orchid. HEX triplet: C7, 6D and CC. RGB value is (199,109,204). Sum of RGB (Red+Green+Blue) = 199+109+204=512 (67% of max value = 765). Red value is 199 (78.12% from 255 or 38.87% from 512); Green value is 109 (42.97% from 255 or 21.29% from 512); Blue value is 204 (80.08% from 255 or 39.84% from 512); Max value from RGB is 204 - color contains mainly: blue. Hex color #C76DCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C76DCC is #389233. Grayscale: #929292. Windows color (decimal): -3707444 or 13397447. OLE color: 13397447.

HSL color Cylindrical-coordinate representation of color #C76DCC: hue angle of 296.84º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C76DCC is Cyan = 0.02, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 199 109 204 -
CMYK 0.02 0.47 0 0.2
HSL 296.84º 0.48% 0.61% -
HSV(B) 296.84º 0.47% 0.8% -
XYZ 39.92 27.44 60.32 -
YUV 146.74 160.32 165.28 -
System Red Green Blue C M Y K H S L
Decimal 199 109 204 0.02 0.47 0 0.2 296.84 0.48 0.61
Hex C7 6D CC 2 2F 0 14 129 30 3D
Octal 307 155 314 2 57 0 24 451 60 75
Binary 11000111 1101101 11001100 10 101111 0 10100 100101001 110000 111101

Color Harmonies of #C76DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76DCC

Black with #C76DCC

Text Example


Text Example

White with #C76DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76DCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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