Html Css Color HEX #D880CA Orchid

📋 copy color: '#D880CA'

red 216 ◦ green 128 ◦ blue 202

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

Shades of Orchid #D880CA

Tints of Orchid #D880CA

RGB

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

 GREEN value IS 128 (50.39% from 255) = 23.44%

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

R = 39.56%
G = 23.44%
B = 37%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#D880CA (or 0xD880CA) is known color: Orchid. HEX triplet: D8, 80 and CA. RGB value is (216,128,202). Sum of RGB (Red+Green+Blue) = 216+128+202=546 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.56% from 546); Green value is 128 (50.39% from 255 or 23.44% from 546); Blue value is 202 (79.30% from 255 or 37.00% from 546); Max value from RGB is 216 - color contains mainly: red. Hex color #D880CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D880CA is #277F35. Grayscale: #A2A2A2. Windows color (decimal): -2588470 or 13271256. OLE color: 13271256.

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

Color convert

RGB 216 128 202 -
CMYK 0 0.41 0.06 0.15
HSL 309.55º 0.53% 0.67% -
HSV(B) 309.55º 0.41% 0.85% -
XYZ 46.7 34.3 60.04 -
YUV 162.75 150.15 165.98 -
System Red Green Blue C M Y K H S L
Decimal 216 128 202 0 0.41 0.06 0.15 309.55 0.53 0.67
Hex D8 80 CA 0 29 6 F 136 35 43
Octal 330 200 312 0 51 6 17 466 65 103
Binary 11011000 10000000 11001010 0 101001 110 1111 100110110 110101 1000011

Color Harmonies of #D880CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D880CA

Black with #D880CA

Text Example


Text Example

White with #D880CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D880CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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