Html Css Color HEX #C76FDB Orchid

📋 copy color: '#C76FDB'

red 199 ◦ green 111 ◦ blue 219

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

Shades of Orchid #C76FDB

Tints of Orchid #C76FDB

RGB

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

 GREEN value IS 111 (43.75% from 255) = 20.98%

 BLUE value IS 219 (85.94% from 255) = 41.4%

R = 37.62%
G = 20.98%
B = 41.4%

CMYK

 C value IS 0.09

 M value IS 0.49

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C76FDB (or 0xC76FDB) is known color: Orchid. HEX triplet: C7, 6F and DB. RGB value is (199,111,219). Sum of RGB (Red+Green+Blue) = 199+111+219=529 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.62% from 529); Green value is 111 (43.75% from 255 or 20.98% from 529); Blue value is 219 (85.94% from 255 or 41.40% from 529); Max value from RGB is 219 - color contains mainly: blue. Hex color #C76FDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C76FDB is #389024. Grayscale: #959595. Windows color (decimal): -3706917 or 14380999. OLE color: 14380999.

HSL color Cylindrical-coordinate representation of color #C76FDB: hue angle of 288.89º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C76FDB is Cyan = 0.09, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 199 111 219 -
CMYK 0.09 0.49 0 0.14
HSL 288.89º 0.6% 0.65% -
HSV(B) 288.89º 0.49% 0.86% -
XYZ 42.02 28.63 70.33 -
YUV 149.62 167.15 163.22 -
System Red Green Blue C M Y K H S L
Decimal 199 111 219 0.09 0.49 0 0.14 288.89 0.6 0.65
Hex C7 6F DB 9 31 0 E 121 3C 41
Octal 307 157 333 11 61 0 16 441 74 101
Binary 11000111 1101111 11011011 1001 110001 0 1110 100100001 111100 1000001

Color Harmonies of #C76FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76FDB

Black with #C76FDB

Text Example


Text Example

White with #C76FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76FDB; }

 p { color: rgb(199,111,219); }

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

background-color css

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

 a { background-color: rgb(199,111,219); }

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

border-color css

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

 span { border-color: rgb(199,111,219); }

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