Html Css Color HEX #D082CC Orchid

📋 copy color: '#D082CC'

red 208 ◦ green 130 ◦ blue 204

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

Shades of Orchid #D082CC

Tints of Orchid #D082CC

RGB

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

 GREEN value IS 130 (51.17% from 255) = 23.99%

 BLUE value IS 204 (80.08% from 255) = 37.64%

R = 38.38%
G = 23.99%
B = 37.64%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D082CC (or 0xD082CC) is known color: Orchid. HEX triplet: D0, 82 and CC. RGB value is (208,130,204). Sum of RGB (Red+Green+Blue) = 208+130+204=542 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.38% from 542); Green value is 130 (51.17% from 255 or 23.99% from 542); Blue value is 204 (80.08% from 255 or 37.64% from 542); Max value from RGB is 208 - color contains mainly: red. Hex color #D082CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D082CC is #2F7D33. Grayscale: #A1A1A1. Windows color (decimal): -3112244 or 13402832. OLE color: 13402832.

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

Color convert

RGB 208 130 204 -
CMYK 0 0.38 0.02 0.18
HSL 303.08º 0.45% 0.66% -
HSV(B) 303.08º 0.38% 0.82% -
XYZ 44.89 33.73 61.27 -
YUV 161.76 151.84 160.98 -
System Red Green Blue C M Y K H S L
Decimal 208 130 204 0 0.38 0.02 0.18 303.08 0.45 0.66
Hex D0 82 CC 0 26 2 12 12F 2D 42
Octal 320 202 314 0 46 2 22 457 55 102
Binary 11010000 10000010 11001100 0 100110 10 10010 100101111 101101 1000010

Color Harmonies of #D082CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D082CC

Black with #D082CC

Text Example


Text Example

White with #D082CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D082CC; }

 p { color: rgb(208,130,204); }

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

background-color css

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

 a { background-color: rgb(208,130,204); }

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

border-color css

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

 span { border-color: rgb(208,130,204); }

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