Html Css Color HEX #D278C1 Orchid

📋 copy color: '#D278C1'

red 210 ◦ green 120 ◦ blue 193

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

Shades of Orchid #D278C1

Tints of Orchid #D278C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 36.9%

R = 40.15%
G = 22.94%
B = 36.9%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.08

 K value IS 0.18

RGB Variations

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

Color information

#D278C1 (or 0xD278C1) is known color: Orchid. HEX triplet: D2, 78 and C1. RGB value is (210,120,193). Sum of RGB (Red+Green+Blue) = 210+120+193=523 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.15% from 523); Green value is 120 (47.27% from 255 or 22.94% from 523); Blue value is 193 (75.78% from 255 or 36.90% from 523); Max value from RGB is 210 - color contains mainly: red. Hex color #D278C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D278C1 is #2D873E. Grayscale: #9B9B9B. Windows color (decimal): -2983743 or 12679378. OLE color: 12679378.

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

Color convert

RGB 210 120 193 -
CMYK 0 0.43 0.08 0.18
HSL 311.33º 0.5% 0.65% -
HSV(B) 311.33º 0.43% 0.82% -
XYZ 42.92 30.98 54.17 -
YUV 155.23 149.32 167.06 -
System Red Green Blue C M Y K H S L
Decimal 210 120 193 0 0.43 0.08 0.18 311.33 0.5 0.65
Hex D2 78 C1 0 2B 8 12 137 32 41
Octal 322 170 301 0 53 10 22 467 62 101
Binary 11010010 1111000 11000001 0 101011 1000 10010 100110111 110010 1000001

Color Harmonies of #D278C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D278C1

Black with #D278C1

Text Example


Text Example

White with #D278C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D278C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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