Html Css Color HEX #D881CA Orchid

📋 copy color: '#D881CA'

red 216 ◦ green 129 ◦ blue 202

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

Shades of Orchid #D881CA

Tints of Orchid #D881CA

RGB

 RED value IS 216 (84.77% from 255) = 39.49%

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

 BLUE value IS 202 (79.3% from 255) = 36.93%

R = 39.49%
G = 23.58%
B = 36.93%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#D881CA (or 0xD881CA) is known color: Orchid. HEX triplet: D8, 81 and CA. RGB value is (216,129,202). Sum of RGB (Red+Green+Blue) = 216+129+202=547 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.49% from 547); Green value is 129 (50.78% from 255 or 23.58% from 547); Blue value is 202 (79.30% from 255 or 36.93% from 547); Max value from RGB is 216 - color contains mainly: red. Hex color #D881CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D881CA is #277E35. Grayscale: #A3A3A3. Windows color (decimal): -2588214 or 13271512. OLE color: 13271512.

HSL color Cylindrical-coordinate representation of color #D881CA: hue angle of 309.66º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D881CA is Cyan = 0, Magento = 0.40, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 129 202 -
CMYK 0 0.40 0.06 0.15
HSL 309.66º 0.53% 0.68% -
HSV(B) 309.66º 0.4% 0.85% -
XYZ 46.83 34.56 60.08 -
YUV 163.34 149.82 165.56 -
System Red Green Blue C M Y K H S L
Decimal 216 129 202 0 0.40 0.06 0.15 309.66 0.53 0.68
Hex D8 81 CA 0 28 6 F 136 35 44
Octal 330 201 312 0 50 6 17 466 65 104
Binary 11011000 10000001 11001010 0 101000 110 1111 100110110 110101 1000100

Color Harmonies of #D881CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D881CA

Black with #D881CA

Text Example


Text Example

White with #D881CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D881CA; }

 p { color: rgb(216,129,202); }

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

background-color css

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

 a { background-color: rgb(216,129,202); }

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

border-color css

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

 span { border-color: rgb(216,129,202); }

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