Html Css Color HEX #C76CCC Orchid

📋 copy color: '#C76CCC'

red 199 ◦ green 108 ◦ blue 204

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

Shades of Orchid #C76CCC

Tints of Orchid #C76CCC

RGB

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

 GREEN value IS 108 (42.58% from 255) = 21.14%

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

R = 38.94%
G = 21.14%
B = 39.92%

CMYK

 C value IS 0.02

 M value IS 0.47

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C76CCC (or 0xC76CCC) is known color: Orchid. HEX triplet: C7, 6C and CC. RGB value is (199,108,204). Sum of RGB (Red+Green+Blue) = 199+108+204=511 (67% of max value = 765). Red value is 199 (78.12% from 255 or 38.94% from 511); Green value is 108 (42.58% from 255 or 21.14% from 511); Blue value is 204 (80.08% from 255 or 39.92% from 511); Max value from RGB is 204 - color contains mainly: blue. Hex color #C76CCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C76CCC is #389333. Grayscale: #919191. Windows color (decimal): -3707700 or 13397191. OLE color: 13397191.

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

Color convert

RGB 199 108 204 -
CMYK 0.02 0.47 0 0.2
HSL 296.88º 0.48% 0.61% -
HSV(B) 296.88º 0.47% 0.8% -
XYZ 39.81 27.23 60.28 -
YUV 146.15 160.65 165.69 -
System Red Green Blue C M Y K H S L
Decimal 199 108 204 0.02 0.47 0 0.2 296.88 0.48 0.61
Hex C7 6C CC 2 2F 0 14 129 30 3D
Octal 307 154 314 2 57 0 24 451 60 75
Binary 11000111 1101100 11001100 10 101111 0 10100 100101001 110000 111101

Color Harmonies of #C76CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76CCC

Black with #C76CCC

Text Example


Text Example

White with #C76CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76CCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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