Html Css Color HEX #D76CCF Orchid

📋 copy color: '#D76CCF'

red 215 ◦ green 108 ◦ blue 207

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

Shades of Orchid #D76CCF

Tints of Orchid #D76CCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 39.06%

R = 40.57%
G = 20.38%
B = 39.06%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D76CCF (or 0xD76CCF) is known color: Orchid. HEX triplet: D7, 6C and CF. RGB value is (215,108,207). Sum of RGB (Red+Green+Blue) = 215+108+207=530 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.57% from 530); Green value is 108 (42.58% from 255 or 20.38% from 530); Blue value is 207 (81.25% from 255 or 39.06% from 530); Max value from RGB is 215 - color contains mainly: red. Hex color #D76CCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D76CCF is #289330. Grayscale: #969696. Windows color (decimal): -2659121 or 13593815. OLE color: 13593815.

HSL color Cylindrical-coordinate representation of color #D76CCF: hue angle of 304.49º 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 #D76CCF is Cyan = 0, Magento = 0.50, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 108 207 -
CMYK 0 0.50 0.04 0.16
HSL 304.49º 0.57% 0.63% -
HSV(B) 304.49º 0.5% 0.84% -
XYZ 44.65 29.68 62.41 -
YUV 151.28 159.45 173.45 -
System Red Green Blue C M Y K H S L
Decimal 215 108 207 0 0.50 0.04 0.16 304.49 0.57 0.63
Hex D7 6C CF 0 32 4 10 130 39 3F
Octal 327 154 317 0 62 4 20 460 71 77
Binary 11010111 1101100 11001111 0 110010 100 10000 100110000 111001 111111

Color Harmonies of #D76CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76CCF

Black with #D76CCF

Text Example


Text Example

White with #D76CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76CCF; }

 p { color: rgb(215,108,207); }

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

background-color css

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

 a { background-color: rgb(215,108,207); }

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

border-color css

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

 span { border-color: rgb(215,108,207); }

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