Html Css Color HEX #D080CA Orchid

📋 copy color: '#D080CA'

red 208 ◦ green 128 ◦ blue 202

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

Shades of Orchid #D080CA

Tints of Orchid #D080CA

RGB

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

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

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

R = 38.66%
G = 23.79%
B = 37.55%

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

#D080CA (or 0xD080CA) is known color: Orchid. HEX triplet: D0, 80 and CA. RGB value is (208,128,202). Sum of RGB (Red+Green+Blue) = 208+128+202=538 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.66% from 538); Green value is 128 (50.39% from 255 or 23.79% from 538); Blue value is 202 (79.30% from 255 or 37.55% from 538); Max value from RGB is 208 - color contains mainly: red. Hex color #D080CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D080CA is #2F7F35. Grayscale: #A0A0A0. Windows color (decimal): -3112758 or 13271248. OLE color: 13271248.

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

Color convert

RGB 208 128 202 -
CMYK 0 0.38 0.03 0.18
HSL 304.5º 0.46% 0.66% -
HSV(B) 304.5º 0.38% 0.82% -
XYZ 44.39 33.11 59.93 -
YUV 160.36 151.5 161.98 -
System Red Green Blue C M Y K H S L
Decimal 208 128 202 0 0.38 0.03 0.18 304.5 0.46 0.66
Hex D0 80 CA 0 26 3 12 130 2E 42
Octal 320 200 312 0 46 3 22 460 56 102
Binary 11010000 10000000 11001010 0 100110 11 10010 100110000 101110 1000010

Color Harmonies of #D080CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D080CA

Black with #D080CA

Text Example


Text Example

White with #D080CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D080CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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