Html Css Color HEX #D278CF Orchid

📋 copy color: '#D278CF'

red 210 ◦ green 120 ◦ blue 207

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

Shades of Orchid #D278CF

Tints of Orchid #D278CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 38.55%

R = 39.11%
G = 22.35%
B = 38.55%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D278CF (or 0xD278CF) is known color: Orchid. HEX triplet: D2, 78 and CF. RGB value is (210,120,207). Sum of RGB (Red+Green+Blue) = 210+120+207=537 (71% of max value = 765). Red value is 210 (82.42% from 255 or 39.11% from 537); Green value is 120 (47.27% from 255 or 22.35% from 537); Blue value is 207 (81.25% from 255 or 38.55% from 537); Max value from RGB is 210 - color contains mainly: red. Hex color #D278CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D278CF is #2D8730. Grayscale: #9C9C9C. Windows color (decimal): -2983729 or 13596882. OLE color: 13596882.

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

Color convert

RGB 210 120 207 -
CMYK 0 0.43 0.01 0.18
HSL 302º 0.5% 0.65% -
HSV(B) 302º 0.43% 0.82% -
XYZ 44.56 31.64 62.79 -
YUV 156.83 156.32 165.93 -
System Red Green Blue C M Y K H S L
Decimal 210 120 207 0 0.43 0.01 0.18 302 0.5 0.65
Hex D2 78 CF 0 2B 1 12 12E 32 41
Octal 322 170 317 0 53 1 22 456 62 101
Binary 11010010 1111000 11001111 0 101011 1 10010 100101110 110010 1000001

Color Harmonies of #D278CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D278CF

Black with #D278CF

Text Example


Text Example

White with #D278CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D278CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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