Html Css Color HEX #C76EC3 Orchid

📋 copy color: '#C76EC3'

red 199 ◦ green 110 ◦ blue 195

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

Shades of Orchid #C76EC3

Tints of Orchid #C76EC3

RGB

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

 GREEN value IS 110 (43.36% from 255) = 21.83%

 BLUE value IS 195 (76.56% from 255) = 38.69%

R = 39.48%
G = 21.83%
B = 38.69%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.02

 K value IS 0.22

RGB Variations

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

Color information

#C76EC3 (or 0xC76EC3) is known color: Orchid. HEX triplet: C7, 6E and C3. RGB value is (199,110,195). Sum of RGB (Red+Green+Blue) = 199+110+195=504 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.48% from 504); Green value is 110 (43.36% from 255 or 21.83% from 504); Blue value is 195 (76.56% from 255 or 38.69% from 504); Max value from RGB is 199 - color contains mainly: red. Hex color #C76EC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C76EC3 is #38913C. Grayscale: #929292. Windows color (decimal): -3707197 or 12807879. OLE color: 12807879.

HSL color Cylindrical-coordinate representation of color #C76EC3: hue angle of 302.7º degrees, saturation: 0.44, 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 #C76EC3 is Cyan = 0, Magento = 0.45, Yellow = 0.02 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 110 195 -
CMYK 0 0.45 0.02 0.22
HSL 302.7º 0.44% 0.61% -
HSV(B) 302.7º 0.45% 0.78% -
XYZ 38.98 27.23 54.83 -
YUV 146.3 155.49 165.59 -
System Red Green Blue C M Y K H S L
Decimal 199 110 195 0 0.45 0.02 0.22 302.7 0.44 0.61
Hex C7 6E C3 0 2D 2 16 12F 2C 3D
Octal 307 156 303 0 55 2 26 457 54 75
Binary 11000111 1101110 11000011 0 101101 10 10110 100101111 101100 111101

Color Harmonies of #C76EC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76EC3

Black with #C76EC3

Text Example


Text Example

White with #C76EC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76EC3; }

 p { color: rgb(199,110,195); }

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

background-color css

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

 a { background-color: rgb(199,110,195); }

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

border-color css

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

 span { border-color: rgb(199,110,195); }

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