Html Css Color HEX #C76FC2 Orchid

📋 copy color: '#C76FC2'

red 199 ◦ green 111 ◦ blue 194

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

Shades of Orchid #C76FC2

Tints of Orchid #C76FC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 38.49%

R = 39.48%
G = 22.02%
B = 38.49%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.03

 K value IS 0.22

RGB Variations

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

Color information

#C76FC2 (or 0xC76FC2) is known color: Orchid. HEX triplet: C7, 6F and C2. RGB value is (199,111,194). Sum of RGB (Red+Green+Blue) = 199+111+194=504 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.48% from 504); Green value is 111 (43.75% from 255 or 22.02% from 504); Blue value is 194 (76.17% from 255 or 38.49% from 504); Max value from RGB is 199 - color contains mainly: red. Hex color #C76FC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C76FC2 is #38903D. Grayscale: #929292. Windows color (decimal): -3706942 or 12742599. OLE color: 12742599.

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

Color convert

RGB 199 111 194 -
CMYK 0 0.44 0.03 0.22
HSL 303.41º 0.44% 0.61% -
HSV(B) 303.41º 0.44% 0.78% -
XYZ 38.98 27.41 54.27 -
YUV 146.77 154.65 165.25 -
System Red Green Blue C M Y K H S L
Decimal 199 111 194 0 0.44 0.03 0.22 303.41 0.44 0.61
Hex C7 6F C2 0 2C 3 16 12F 2C 3D
Octal 307 157 302 0 54 3 26 457 54 75
Binary 11000111 1101111 11000010 0 101100 11 10110 100101111 101100 111101

Color Harmonies of #C76FC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76FC2

Black with #C76FC2

Text Example


Text Example

White with #C76FC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76FC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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