Html Css Color HEX #C76DC8 Orchid

📋 copy color: '#C76DC8'

red 199 ◦ green 109 ◦ blue 200

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

Shades of Orchid #C76DC8

Tints of Orchid #C76DC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 39.37%

R = 39.17%
G = 21.46%
B = 39.37%

CMYK

 C value IS 0.00

 M value IS 0.46

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C76DC8 (or 0xC76DC8) is known color: Orchid. HEX triplet: C7, 6D and C8. RGB value is (199,109,200). Sum of RGB (Red+Green+Blue) = 199+109+200=508 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.17% from 508); Green value is 109 (42.97% from 255 or 21.46% from 508); Blue value is 200 (78.52% from 255 or 39.37% from 508); Max value from RGB is 200 - color contains mainly: blue. Hex color #C76DC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C76DC8 is #389237. Grayscale: #929292. Windows color (decimal): -3707448 or 13135303. OLE color: 13135303.

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

Color convert

RGB 199 109 200 -
CMYK 0.00 0.46 0 0.22
HSL 299.34º 0.45% 0.61% -
HSV(B) 299.34º 0.46% 0.78% -
XYZ 39.45 27.25 57.82 -
YUV 146.28 158.32 165.6 -
System Red Green Blue C M Y K H S L
Decimal 199 109 200 0.00 0.46 0 0.22 299.34 0.45 0.61
Hex C7 6D C8 0 2E 0 16 12B 2D 3D
Octal 307 155 310 0 56 0 26 453 55 75
Binary 11000111 1101101 11001000 0 101110 0 10110 100101011 101101 111101

Color Harmonies of #C76DC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76DC8

Black with #C76DC8

Text Example


Text Example

White with #C76DC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76DC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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