Html Css Color HEX #D178CB Orchid

📋 copy color: '#D178CB'

red 209 ◦ green 120 ◦ blue 203

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

Shades of Orchid #D178CB

Tints of Orchid #D178CB

RGB

 RED value IS 209 (82.03% from 255) = 39.29%

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

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

R = 39.29%
G = 22.56%
B = 38.16%

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

#D178CB (or 0xD178CB) is known color: Orchid. HEX triplet: D1, 78 and CB. RGB value is (209,120,203). Sum of RGB (Red+Green+Blue) = 209+120+203=532 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.29% from 532); Green value is 120 (47.27% from 255 or 22.56% from 532); Blue value is 203 (79.69% from 255 or 38.16% from 532); Max value from RGB is 209 - color contains mainly: red. Hex color #D178CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D178CB is #2E8734. Grayscale: #9B9B9B. Windows color (decimal): -3049269 or 13334737. OLE color: 13334737.

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

Color convert

RGB 209 120 203 -
CMYK 0 0.43 0.03 0.18
HSL 304.05º 0.49% 0.65% -
HSV(B) 304.05º 0.43% 0.82% -
XYZ 43.79 31.3 60.23 -
YUV 156.07 154.49 165.75 -
System Red Green Blue C M Y K H S L
Decimal 209 120 203 0 0.43 0.03 0.18 304.05 0.49 0.65
Hex D1 78 CB 0 2B 3 12 130 31 41
Octal 321 170 313 0 53 3 22 460 61 101
Binary 11010001 1111000 11001011 0 101011 11 10010 100110000 110001 1000001

Color Harmonies of #D178CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D178CB

Black with #D178CB

Text Example


Text Example

White with #D178CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D178CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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