Html Css Color HEX #D76FC3 Orchid

📋 copy color: '#D76FC3'

red 215 ◦ green 111 ◦ blue 195

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

Shades of Orchid #D76FC3

Tints of Orchid #D76FC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 37.43%

R = 41.27%
G = 21.31%
B = 37.43%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.09

 K value IS 0.16

RGB Variations

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

Color information

#D76FC3 (or 0xD76FC3) is known color: Orchid. HEX triplet: D7, 6F and C3. RGB value is (215,111,195). Sum of RGB (Red+Green+Blue) = 215+111+195=521 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.27% from 521); Green value is 111 (43.75% from 255 or 21.31% from 521); Blue value is 195 (76.56% from 255 or 37.43% from 521); Max value from RGB is 215 - color contains mainly: red. Hex color #D76FC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D76FC3 is #28903C. Grayscale: #979797. Windows color (decimal): -2658365 or 12808151. OLE color: 12808151.

HSL color Cylindrical-coordinate representation of color #D76FC3: hue angle of 311.54º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D76FC3 is Cyan = 0, Magento = 0.48, Yellow = 0.09 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 111 195 -
CMYK 0 0.48 0.09 0.16
HSL 311.54º 0.57% 0.64% -
HSV(B) 311.54º 0.48% 0.84% -
XYZ 43.56 29.76 55.08 -
YUV 151.67 152.46 173.17 -
System Red Green Blue C M Y K H S L
Decimal 215 111 195 0 0.48 0.09 0.16 311.54 0.57 0.64
Hex D7 6F C3 0 30 9 10 138 39 40
Octal 327 157 303 0 60 11 20 470 71 100
Binary 11010111 1101111 11000011 0 110000 1001 10000 100111000 111001 1000000

Color Harmonies of #D76FC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76FC3

Black with #D76FC3

Text Example


Text Example

White with #D76FC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76FC3; }

 p { color: rgb(215,111,195); }

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

background-color css

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

 a { background-color: rgb(215,111,195); }

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

border-color css

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

 span { border-color: rgb(215,111,195); }

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