Html Css Color HEX #D281C9 Orchid

📋 copy color: '#D281C9'

red 210 ◦ green 129 ◦ blue 201

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

Shades of Orchid #D281C9

Tints of Orchid #D281C9

RGB

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

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

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

R = 38.89%
G = 23.89%
B = 37.22%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.04

 K value IS 0.18

RGB Variations

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

Color information

#D281C9 (or 0xD281C9) is known color: Orchid. HEX triplet: D2, 81 and C9. RGB value is (210,129,201). Sum of RGB (Red+Green+Blue) = 210+129+201=540 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.89% from 540); Green value is 129 (50.78% from 255 or 23.89% from 540); Blue value is 201 (78.91% from 255 or 37.22% from 540); Max value from RGB is 210 - color contains mainly: red. Hex color #D281C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D281C9 is #2D7E36. Grayscale: #A1A1A1. Windows color (decimal): -2981431 or 13205970. OLE color: 13205970.

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

Color convert

RGB 210 129 201 -
CMYK 0 0.39 0.04 0.18
HSL 306.67º 0.47% 0.66% -
HSV(B) 306.67º 0.39% 0.82% -
XYZ 44.97 33.62 59.38 -
YUV 161.43 150.34 162.65 -
System Red Green Blue C M Y K H S L
Decimal 210 129 201 0 0.39 0.04 0.18 306.67 0.47 0.66
Hex D2 81 C9 0 27 4 12 133 2F 42
Octal 322 201 311 0 47 4 22 463 57 102
Binary 11010010 10000001 11001001 0 100111 100 10010 100110011 101111 1000010

Color Harmonies of #D281C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D281C9

Black with #D281C9

Text Example


Text Example

White with #D281C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D281C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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