Html Css Color HEX #D276DF Orchid

📋 copy color: '#D276DF'

red 210 ◦ green 118 ◦ blue 223

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

Shades of Orchid #D276DF

Tints of Orchid #D276DF

RGB

 RED value IS 210 (82.42% from 255) = 38.11%

 GREEN value IS 118 (46.48% from 255) = 21.42%

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

R = 38.11%
G = 21.42%
B = 40.47%

CMYK

 C value IS 0.06

 M value IS 0.47

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D276DF (or 0xD276DF) is known color: Orchid. HEX triplet: D2, 76 and DF. RGB value is (210,118,223). Sum of RGB (Red+Green+Blue) = 210+118+223=551 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.11% from 551); Green value is 118 (46.48% from 255 or 21.42% from 551); Blue value is 223 (87.5% from 255 or 40.47% from 551); Max value from RGB is 223 - color contains mainly: blue. Hex color #D276DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D276DF is #2D8920. Grayscale: #9D9D9D. Windows color (decimal): -2984225 or 14644946. OLE color: 14644946.

HSL color Cylindrical-coordinate representation of color #D276DF: hue angle of 292.57º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D276DF is Cyan = 0.06, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 210 118 223 -
CMYK 0.06 0.47 0 0.13
HSL 292.57º 0.62% 0.67% -
HSV(B) 292.57º 0.47% 0.87% -
XYZ 46.38 31.99 73.54 -
YUV 157.48 164.98 165.46 -
System Red Green Blue C M Y K H S L
Decimal 210 118 223 0.06 0.47 0 0.13 292.57 0.62 0.67
Hex D2 76 DF 6 2F 0 D 125 3E 43
Octal 322 166 337 6 57 0 15 445 76 103
Binary 11010010 1110110 11011111 110 101111 0 1101 100100101 111110 1000011

Color Harmonies of #D276DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D276DF

Black with #D276DF

Text Example


Text Example

White with #D276DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D276DF; }

 p { color: rgb(210,118,223); }

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

background-color css

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

 a { background-color: rgb(210,118,223); }

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

border-color css

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

 span { border-color: rgb(210,118,223); }

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