Html Css Color HEX #D081CA Orchid

📋 copy color: '#D081CA'

red 208 ◦ green 129 ◦ blue 202

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

Shades of Orchid #D081CA

Tints of Orchid #D081CA

RGB

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

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

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

R = 38.59%
G = 23.93%
B = 37.48%

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

#D081CA (or 0xD081CA) is known color: Orchid. HEX triplet: D0, 81 and CA. RGB value is (208,129,202). Sum of RGB (Red+Green+Blue) = 208+129+202=539 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.59% from 539); Green value is 129 (50.78% from 255 or 23.93% from 539); Blue value is 202 (79.30% from 255 or 37.48% from 539); Max value from RGB is 208 - color contains mainly: red. Hex color #D081CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D081CA is #2F7E35. Grayscale: #A0A0A0. Windows color (decimal): -3112502 or 13271504. OLE color: 13271504.

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

Color convert

RGB 208 129 202 -
CMYK 0 0.38 0.03 0.18
HSL 304.56º 0.46% 0.66% -
HSV(B) 304.56º 0.38% 0.82% -
XYZ 44.52 33.37 59.97 -
YUV 160.94 151.17 161.56 -
System Red Green Blue C M Y K H S L
Decimal 208 129 202 0 0.38 0.03 0.18 304.56 0.46 0.66
Hex D0 81 CA 0 26 3 12 131 2E 42
Octal 320 201 312 0 46 3 22 461 56 102
Binary 11010000 10000001 11001010 0 100110 11 10010 100110001 101110 1000010

Color Harmonies of #D081CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D081CA

Black with #D081CA

Text Example


Text Example

White with #D081CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D081CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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