Html Css Color HEX #D278CE Orchid

📋 copy color: '#D278CE'

red 210 ◦ green 120 ◦ blue 206

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

Shades of Orchid #D278CE

Tints of Orchid #D278CE

RGB

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

 GREEN value IS 120 (47.27% from 255) = 22.39%

 BLUE value IS 206 (80.86% from 255) = 38.43%

R = 39.18%
G = 22.39%
B = 38.43%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D278CE (or 0xD278CE) is known color: Orchid. HEX triplet: D2, 78 and CE. RGB value is (210,120,206). Sum of RGB (Red+Green+Blue) = 210+120+206=536 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.18% from 536); Green value is 120 (47.27% from 255 or 22.39% from 536); Blue value is 206 (80.86% from 255 or 38.43% from 536); Max value from RGB is 210 - color contains mainly: red. Hex color #D278CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D278CE is #2D8731. Grayscale: #9C9C9C. Windows color (decimal): -2983730 or 13531346. OLE color: 13531346.

HSL color Cylindrical-coordinate representation of color #D278CE: hue angle of 302.67º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D278CE is Cyan = 0, Magento = 0.43, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 120 206 -
CMYK 0 0.43 0.02 0.18
HSL 302.67º 0.5% 0.65% -
HSV(B) 302.67º 0.43% 0.82% -
XYZ 44.44 31.59 62.15 -
YUV 156.71 155.82 166.01 -
System Red Green Blue C M Y K H S L
Decimal 210 120 206 0 0.43 0.02 0.18 302.67 0.5 0.65
Hex D2 78 CE 0 2B 2 12 12F 32 41
Octal 322 170 316 0 53 2 22 457 62 101
Binary 11010010 1111000 11001110 0 101011 10 10010 100101111 110010 1000001

Color Harmonies of #D278CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D278CE

Black with #D278CE

Text Example


Text Example

White with #D278CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D278CE; }

 p { color: rgb(210,120,206); }

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

background-color css

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

 a { background-color: rgb(210,120,206); }

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

border-color css

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

 span { border-color: rgb(210,120,206); }

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