Html Css Color HEX #D276CD Orchid

📋 copy color: '#D276CD'

red 210 ◦ green 118 ◦ blue 205

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

Shades of Orchid #D276CD

Tints of Orchid #D276CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 38.46%

R = 39.4%
G = 22.14%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D276CD (or 0xD276CD) is known color: Orchid. HEX triplet: D2, 76 and CD. RGB value is (210,118,205). Sum of RGB (Red+Green+Blue) = 210+118+205=533 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.40% from 533); Green value is 118 (46.48% from 255 or 22.14% from 533); Blue value is 205 (80.47% from 255 or 38.46% from 533); Max value from RGB is 210 - color contains mainly: red. Hex color #D276CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D276CD is #2D8932. Grayscale: #9B9B9B. Windows color (decimal): -2984243 or 13465298. OLE color: 13465298.

HSL color Cylindrical-coordinate representation of color #D276CD: hue angle of 303.26º 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 #D276CD is Cyan = 0, Magento = 0.44, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 118 205 -
CMYK 0 0.44 0.02 0.18
HSL 303.26º 0.51% 0.64% -
HSV(B) 303.26º 0.44% 0.82% -
XYZ 44.08 31.07 61.43 -
YUV 155.43 155.98 166.93 -
System Red Green Blue C M Y K H S L
Decimal 210 118 205 0 0.44 0.02 0.18 303.26 0.51 0.64
Hex D2 76 CD 0 2C 2 12 12F 33 40
Octal 322 166 315 0 54 2 22 457 63 100
Binary 11010010 1110110 11001101 0 101100 10 10010 100101111 110011 1000000

Color Harmonies of #D276CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D276CD

Black with #D276CD

Text Example


Text Example

White with #D276CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D276CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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