Html Css Color HEX #C76BD7 Orchid

📋 copy color: '#C76BD7'

red 199 ◦ green 107 ◦ blue 215

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

Shades of Orchid #C76BD7

Tints of Orchid #C76BD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 41.27%

R = 38.2%
G = 20.54%
B = 41.27%

CMYK

 C value IS 0.07

 M value IS 0.50

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C76BD7 (or 0xC76BD7) is known color: Orchid. HEX triplet: C7, 6B and D7. RGB value is (199,107,215). Sum of RGB (Red+Green+Blue) = 199+107+215=521 (69% of max value = 765). Red value is 199 (78.12% from 255 or 38.20% from 521); Green value is 107 (42.19% from 255 or 20.54% from 521); Blue value is 215 (84.38% from 255 or 41.27% from 521); Max value from RGB is 215 - color contains mainly: blue. Hex color #C76BD7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C76BD7 is #389428. Grayscale: #929292. Windows color (decimal): -3707945 or 14117831. OLE color: 14117831.

HSL color Cylindrical-coordinate representation of color #C76BD7: hue angle of 291.11º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C76BD7 is Cyan = 0.07, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 199 107 215 -
CMYK 0.07 0.50 0 0.16
HSL 291.11º 0.57% 0.63% -
HSV(B) 291.11º 0.5% 0.84% -
XYZ 41.08 27.56 67.45 -
YUV 146.82 166.48 165.22 -
System Red Green Blue C M Y K H S L
Decimal 199 107 215 0.07 0.50 0 0.16 291.11 0.57 0.63
Hex C7 6B D7 7 32 0 10 123 39 3F
Octal 307 153 327 7 62 0 20 443 71 77
Binary 11000111 1101011 11010111 111 110010 0 10000 100100011 111001 111111

Color Harmonies of #C76BD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76BD7

Black with #C76BD7

Text Example


Text Example

White with #C76BD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76BD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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