Html Css Color HEX #D081C9 Orchid

📋 copy color: '#D081C9'

red 208 ◦ green 129 ◦ blue 201

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

Shades of Orchid #D081C9

Tints of Orchid #D081C9

RGB

 RED value IS 208 (81.64% from 255) = 38.66%

 GREEN value IS 129 (50.78% from 255) = 23.98%

 BLUE value IS 201 (78.91% from 255) = 37.36%

R = 38.66%
G = 23.98%
B = 37.36%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#D081C9 (or 0xD081C9) is known color: Orchid. HEX triplet: D0, 81 and C9. RGB value is (208,129,201). Sum of RGB (Red+Green+Blue) = 208+129+201=538 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.66% from 538); Green value is 129 (50.78% from 255 or 23.98% from 538); Blue value is 201 (78.91% from 255 or 37.36% from 538); Max value from RGB is 208 - color contains mainly: red. Hex color #D081C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D081C9 is #2F7E36. Grayscale: #A0A0A0. Windows color (decimal): -3112503 or 13205968. OLE color: 13205968.

HSL color Cylindrical-coordinate representation of color #D081C9: hue angle of 305.32º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D081C9 is Cyan = 0, Magento = 0.38, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 129 201 -
CMYK 0 0.38 0.03 0.18
HSL 305.32º 0.46% 0.66% -
HSV(B) 305.32º 0.38% 0.82% -
XYZ 44.41 33.33 59.35 -
YUV 160.83 150.67 161.65 -
System Red Green Blue C M Y K H S L
Decimal 208 129 201 0 0.38 0.03 0.18 305.32 0.46 0.66
Hex D0 81 C9 0 26 3 12 131 2E 42
Octal 320 201 311 0 46 3 22 461 56 102
Binary 11010000 10000001 11001001 0 100110 11 10010 100110001 101110 1000010

Color Harmonies of #D081C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D081C9

Black with #D081C9

Text Example


Text Example

White with #D081C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D081C9; }

 p { color: rgb(208,129,201); }

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

background-color css

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

 a { background-color: rgb(208,129,201); }

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

border-color css

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

 span { border-color: rgb(208,129,201); }

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