Html Css Color HEX #C76ECC Orchid

📋 copy color: '#C76ECC'

red 199 ◦ green 110 ◦ blue 204

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

Shades of Orchid #C76ECC

Tints of Orchid #C76ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 39.77%

R = 38.79%
G = 21.44%
B = 39.77%

CMYK

 C value IS 0.02

 M value IS 0.46

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C76ECC (or 0xC76ECC) is known color: Orchid. HEX triplet: C7, 6E and CC. RGB value is (199,110,204). Sum of RGB (Red+Green+Blue) = 199+110+204=513 (67% of max value = 765). Red value is 199 (78.12% from 255 or 38.79% from 513); Green value is 110 (43.36% from 255 or 21.44% from 513); Blue value is 204 (80.08% from 255 or 39.77% from 513); Max value from RGB is 204 - color contains mainly: blue. Hex color #C76ECC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C76ECC is #389133. Grayscale: #939393. Windows color (decimal): -3707188 or 13397703. OLE color: 13397703.

HSL color Cylindrical-coordinate representation of color #C76ECC: hue angle of 296.81º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C76ECC is Cyan = 0.02, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 199 110 204 -
CMYK 0.02 0.46 0 0.2
HSL 296.81º 0.48% 0.62% -
HSV(B) 296.81º 0.46% 0.8% -
XYZ 40.03 27.65 60.35 -
YUV 147.33 159.99 164.86 -
System Red Green Blue C M Y K H S L
Decimal 199 110 204 0.02 0.46 0 0.2 296.81 0.48 0.62
Hex C7 6E CC 2 2E 0 14 129 30 3E
Octal 307 156 314 2 56 0 24 451 60 76
Binary 11000111 1101110 11001100 10 101110 0 10100 100101001 110000 111110

Color Harmonies of #C76ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76ECC

Black with #C76ECC

Text Example


Text Example

White with #C76ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76ECC; }

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

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

background-color css

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

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

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

border-color css

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

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

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