Html Css Color HEX #C76FDF Orchid

📋 copy color: '#C76FDF'

red 199 ◦ green 111 ◦ blue 223

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

Shades of Orchid #C76FDF

Tints of Orchid #C76FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 41.84%

R = 37.34%
G = 20.83%
B = 41.84%

CMYK

 C value IS 0.11

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C76FDF (or 0xC76FDF) is known color: Orchid. HEX triplet: C7, 6F and DF. RGB value is (199,111,223). Sum of RGB (Red+Green+Blue) = 199+111+223=533 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.34% from 533); Green value is 111 (43.75% from 255 or 20.83% from 533); Blue value is 223 (87.5% from 255 or 41.84% from 533); Max value from RGB is 223 - color contains mainly: blue. Hex color #C76FDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C76FDF is #389020. Grayscale: #959595. Windows color (decimal): -3706913 or 14643143. OLE color: 14643143.

HSL color Cylindrical-coordinate representation of color #C76FDF: hue angle of 287.14º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C76FDF is Cyan = 0.11, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 199 111 223 -
CMYK 0.11 0.50 0 0.13
HSL 287.14º 0.64% 0.65% -
HSV(B) 287.14º 0.5% 0.87% -
XYZ 42.56 28.84 73.14 -
YUV 150.08 169.15 162.89 -
System Red Green Blue C M Y K H S L
Decimal 199 111 223 0.11 0.50 0 0.13 287.14 0.64 0.65
Hex C7 6F DF B 32 0 D 11F 40 41
Octal 307 157 337 13 62 0 15 437 100 101
Binary 11000111 1101111 11011111 1011 110010 0 1101 100011111 1000000 1000001

Color Harmonies of #C76FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76FDF

Black with #C76FDF

Text Example


Text Example

White with #C76FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76FDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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