Html Css Color HEX #D278D4 Orchid

📋 copy color: '#D278D4'

red 210 ◦ green 120 ◦ blue 212

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

Shades of Orchid #D278D4

Tints of Orchid #D278D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 39.11%

R = 38.75%
G = 22.14%
B = 39.11%

CMYK

 C value IS 0.01

 M value IS 0.43

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#D278D4 (or 0xD278D4) is known color: Orchid. HEX triplet: D2, 78 and D4. RGB value is (210,120,212). Sum of RGB (Red+Green+Blue) = 210+120+212=542 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.75% from 542); Green value is 120 (47.27% from 255 or 22.14% from 542); Blue value is 212 (83.20% from 255 or 39.11% from 542); Max value from RGB is 212 - color contains mainly: blue. Hex color #D278D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D278D4 is #2D872B. Grayscale: #9D9D9D. Windows color (decimal): -2983724 or 13924562. OLE color: 13924562.

HSL color Cylindrical-coordinate representation of color #D278D4: hue angle of 298.7º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D278D4 is Cyan = 0.01, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 210 120 212 -
CMYK 0.01 0.43 0 0.17
HSL 298.7º 0.52% 0.65% -
HSV(B) 298.7º 0.43% 0.83% -
XYZ 45.18 31.89 66.06 -
YUV 157.4 158.82 165.52 -
System Red Green Blue C M Y K H S L
Decimal 210 120 212 0.01 0.43 0 0.17 298.7 0.52 0.65
Hex D2 78 D4 1 2B 0 11 12B 34 41
Octal 322 170 324 1 53 0 21 453 64 101
Binary 11010010 1111000 11010100 1 101011 0 10001 100101011 110100 1000001

Color Harmonies of #D278D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D278D4

Black with #D278D4

Text Example


Text Example

White with #D278D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D278D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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