Html Css Color HEX #D278CB Orchid

📋 copy color: '#D278CB'

red 210 ◦ green 120 ◦ blue 203

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

Shades of Orchid #D278CB

Tints of Orchid #D278CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 38.09%

R = 39.4%
G = 22.51%
B = 38.09%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#D278CB (or 0xD278CB) is known color: Orchid. HEX triplet: D2, 78 and CB. RGB value is (210,120,203). Sum of RGB (Red+Green+Blue) = 210+120+203=533 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.40% from 533); Green value is 120 (47.27% from 255 or 22.51% from 533); Blue value is 203 (79.69% from 255 or 38.09% from 533); Max value from RGB is 210 - color contains mainly: red. Hex color #D278CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D278CB is #2D8734. Grayscale: #9C9C9C. Windows color (decimal): -2983733 or 13334738. OLE color: 13334738.

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

Color convert

RGB 210 120 203 -
CMYK 0 0.43 0.03 0.18
HSL 304.67º 0.5% 0.65% -
HSV(B) 304.67º 0.43% 0.82% -
XYZ 44.07 31.45 60.25 -
YUV 156.37 154.32 166.25 -
System Red Green Blue C M Y K H S L
Decimal 210 120 203 0 0.43 0.03 0.18 304.67 0.5 0.65
Hex D2 78 CB 0 2B 3 12 131 32 41
Octal 322 170 313 0 53 3 22 461 62 101
Binary 11010010 1111000 11001011 0 101011 11 10010 100110001 110010 1000001

Color Harmonies of #D278CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D278CB

Black with #D278CB

Text Example


Text Example

White with #D278CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D278CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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