Html Css Color HEX #C76FDC Orchid

📋 copy color: '#C76FDC'

red 199 ◦ green 111 ◦ blue 220

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

Shades of Orchid #C76FDC

Tints of Orchid #C76FDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 41.51%

R = 37.55%
G = 20.94%
B = 41.51%

CMYK

 C value IS 0.10

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C76FDC (or 0xC76FDC) is known color: Orchid. HEX triplet: C7, 6F and DC. RGB value is (199,111,220). Sum of RGB (Red+Green+Blue) = 199+111+220=530 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.55% from 530); Green value is 111 (43.75% from 255 or 20.94% from 530); Blue value is 220 (86.33% from 255 or 41.51% from 530); Max value from RGB is 220 - color contains mainly: blue. Hex color #C76FDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C76FDC is #389023. Grayscale: #959595. Windows color (decimal): -3706916 or 14446535. OLE color: 14446535.

HSL color Cylindrical-coordinate representation of color #C76FDC: hue angle of 288.44º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C76FDC is Cyan = 0.10, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 199 111 220 -
CMYK 0.10 0.50 0 0.14
HSL 288.44º 0.61% 0.65% -
HSV(B) 288.44º 0.5% 0.86% -
XYZ 42.16 28.68 71.02 -
YUV 149.74 167.65 163.14 -
System Red Green Blue C M Y K H S L
Decimal 199 111 220 0.10 0.50 0 0.14 288.44 0.61 0.65
Hex C7 6F DC A 32 0 E 120 3D 41
Octal 307 157 334 12 62 0 16 440 75 101
Binary 11000111 1101111 11011100 1010 110010 0 1110 100100000 111101 1000001

Color Harmonies of #C76FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76FDC

Black with #C76FDC

Text Example


Text Example

White with #C76FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76FDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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