Html Css Color HEX #D276DD Orchid

📋 copy color: '#D276DD'

red 210 ◦ green 118 ◦ blue 221

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

Shades of Orchid #D276DD

Tints of Orchid #D276DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 40.26%

R = 38.25%
G = 21.49%
B = 40.26%

CMYK

 C value IS 0.05

 M value IS 0.47

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D276DD (or 0xD276DD) is known color: Orchid. HEX triplet: D2, 76 and DD. RGB value is (210,118,221). Sum of RGB (Red+Green+Blue) = 210+118+221=549 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.25% from 549); Green value is 118 (46.48% from 255 or 21.49% from 549); Blue value is 221 (86.72% from 255 or 40.26% from 549); Max value from RGB is 221 - color contains mainly: blue. Hex color #D276DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D276DD is #2D8922. Grayscale: #9C9C9C. Windows color (decimal): -2984227 or 14513874. OLE color: 14513874.

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

Color convert

RGB 210 118 221 -
CMYK 0.05 0.47 0 0.13
HSL 293.59º 0.6% 0.66% -
HSV(B) 293.59º 0.47% 0.87% -
XYZ 46.11 31.88 72.13 -
YUV 157.25 163.98 165.62 -
System Red Green Blue C M Y K H S L
Decimal 210 118 221 0.05 0.47 0 0.13 293.59 0.6 0.66
Hex D2 76 DD 5 2F 0 D 126 3C 42
Octal 322 166 335 5 57 0 15 446 74 102
Binary 11010010 1110110 11011101 101 101111 0 1101 100100110 111100 1000010

Color Harmonies of #D276DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D276DD

Black with #D276DD

Text Example


Text Example

White with #D276DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D276DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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