Html Css Color HEX #D276CC Orchid

📋 copy color: '#D276CC'

red 210 ◦ green 118 ◦ blue 204

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

Shades of Orchid #D276CC

Tints of Orchid #D276CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 38.35%

R = 39.47%
G = 22.18%
B = 38.35%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#D276CC (or 0xD276CC) is known color: Orchid. HEX triplet: D2, 76 and CC. RGB value is (210,118,204). Sum of RGB (Red+Green+Blue) = 210+118+204=532 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.47% from 532); Green value is 118 (46.48% from 255 or 22.18% from 532); Blue value is 204 (80.08% from 255 or 38.35% from 532); Max value from RGB is 210 - color contains mainly: red. Hex color #D276CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D276CC is #2D8933. Grayscale: #9B9B9B. Windows color (decimal): -2984244 or 13399762. OLE color: 13399762.

HSL color Cylindrical-coordinate representation of color #D276CC: hue angle of 303.91º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D276CC is Cyan = 0, Magento = 0.44, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 118 204 -
CMYK 0 0.44 0.03 0.18
HSL 303.91º 0.51% 0.64% -
HSV(B) 303.91º 0.44% 0.82% -
XYZ 43.96 31.02 60.8 -
YUV 155.31 155.48 167.01 -
System Red Green Blue C M Y K H S L
Decimal 210 118 204 0 0.44 0.03 0.18 303.91 0.51 0.64
Hex D2 76 CC 0 2C 3 12 130 33 40
Octal 322 166 314 0 54 3 22 460 63 100
Binary 11010010 1110110 11001100 0 101100 11 10010 100110000 110011 1000000

Color Harmonies of #D276CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D276CC

Black with #D276CC

Text Example


Text Example

White with #D276CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D276CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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