Html Css Color HEX #DF82D4 Orchid

📋 copy color: '#DF82D4'

red 223 ◦ green 130 ◦ blue 212

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

Shades of Orchid #DF82D4

Tints of Orchid #DF82D4

RGB

 RED value IS 223 (87.5% from 255) = 39.47%

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

 BLUE value IS 212 (83.2% from 255) = 37.52%

R = 39.47%
G = 23.01%
B = 37.52%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#DF82D4 (or 0xDF82D4) is known color: Orchid. HEX triplet: DF, 82 and D4. RGB value is (223,130,212). Sum of RGB (Red+Green+Blue) = 223+130+212=565 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.47% from 565); Green value is 130 (51.17% from 255 or 23.01% from 565); Blue value is 212 (83.20% from 255 or 37.52% from 565); Max value from RGB is 223 - color contains mainly: red. Hex color #DF82D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF82D4 is #207D2B. Grayscale: #A6A6A6. Windows color (decimal): -2129196 or 13927135. OLE color: 13927135.

HSL color Cylindrical-coordinate representation of color #DF82D4: hue angle of 307.1º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DF82D4 is Cyan = 0, Magento = 0.42, Yellow = 0.05 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 130 212 -
CMYK 0 0.42 0.05 0.13
HSL 307.1º 0.59% 0.69% -
HSV(B) 307.1º 0.42% 0.87% -
XYZ 50.3 36.41 66.66 -
YUV 167.16 153.31 167.83 -
System Red Green Blue C M Y K H S L
Decimal 223 130 212 0 0.42 0.05 0.13 307.1 0.59 0.69
Hex DF 82 D4 0 2A 5 D 133 3B 45
Octal 337 202 324 0 52 5 15 463 73 105
Binary 11011111 10000010 11010100 0 101010 101 1101 100110011 111011 1000101

Color Harmonies of #DF82D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF82D4

Black with #DF82D4

Text Example


Text Example

White with #DF82D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF82D4; }

 p { color: rgb(223,130,212); }

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

background-color css

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

 a { background-color: rgb(223,130,212); }

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

border-color css

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

 span { border-color: rgb(223,130,212); }

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