Html Css Color HEX #C76BCE Orchid

📋 copy color: '#C76BCE'

red 199 ◦ green 107 ◦ blue 206

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

Shades of Orchid #C76BCE

Tints of Orchid #C76BCE

RGB

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

 GREEN value IS 107 (42.19% from 255) = 20.9%

 BLUE value IS 206 (80.86% from 255) = 40.23%

R = 38.87%
G = 20.9%
B = 40.23%

CMYK

 C value IS 0.03

 M value IS 0.48

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C76BCE (or 0xC76BCE) is known color: Orchid. HEX triplet: C7, 6B and CE. RGB value is (199,107,206). Sum of RGB (Red+Green+Blue) = 199+107+206=512 (67% of max value = 765). Red value is 199 (78.12% from 255 or 38.87% from 512); Green value is 107 (42.19% from 255 or 20.90% from 512); Blue value is 206 (80.86% from 255 or 40.23% from 512); Max value from RGB is 206 - color contains mainly: blue. Hex color #C76BCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C76BCE is #389431. Grayscale: #919191. Windows color (decimal): -3707954 or 13528007. OLE color: 13528007.

HSL color Cylindrical-coordinate representation of color #C76BCE: hue angle of 295.76º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C76BCE is Cyan = 0.03, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 199 107 206 -
CMYK 0.03 0.48 0 0.19
HSL 295.76º 0.5% 0.61% -
HSV(B) 295.76º 0.48% 0.81% -
XYZ 39.95 27.11 61.52 -
YUV 145.79 161.98 165.95 -
System Red Green Blue C M Y K H S L
Decimal 199 107 206 0.03 0.48 0 0.19 295.76 0.5 0.61
Hex C7 6B CE 3 30 0 13 128 32 3D
Octal 307 153 316 3 60 0 23 450 62 75
Binary 11000111 1101011 11001110 11 110000 0 10011 100101000 110010 111101

Color Harmonies of #C76BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76BCE

Black with #C76BCE

Text Example


Text Example

White with #C76BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76BCE; }

 p { color: rgb(199,107,206); }

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

background-color css

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

 a { background-color: rgb(199,107,206); }

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

border-color css

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

 span { border-color: rgb(199,107,206); }

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