Html Css Color HEX #DF83D4 Orchid

📋 copy color: '#DF83D4'

red 223 ◦ green 131 ◦ blue 212

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

Shades of Orchid #DF83D4

Tints of Orchid #DF83D4

RGB

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

 GREEN value IS 131 (51.56% from 255) = 23.14%

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

R = 39.4%
G = 23.14%
B = 37.46%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#DF83D4 (or 0xDF83D4) is known color: Orchid. HEX triplet: DF, 83 and D4. RGB value is (223,131,212). Sum of RGB (Red+Green+Blue) = 223+131+212=566 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.40% from 566); Green value is 131 (51.56% from 255 or 23.14% from 566); Blue value is 212 (83.20% from 255 or 37.46% from 566); Max value from RGB is 223 - color contains mainly: red. Hex color #DF83D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF83D4 is #207C2B. Grayscale: #A7A7A7. Windows color (decimal): -2128940 or 13927391. OLE color: 13927391.

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

Color convert

RGB 223 131 212 -
CMYK 0 0.41 0.05 0.13
HSL 307.17º 0.59% 0.69% -
HSV(B) 307.17º 0.41% 0.87% -
XYZ 50.43 36.67 66.71 -
YUV 167.74 152.98 167.41 -
System Red Green Blue C M Y K H S L
Decimal 223 131 212 0 0.41 0.05 0.13 307.17 0.59 0.69
Hex DF 83 D4 0 29 5 D 133 3B 45
Octal 337 203 324 0 51 5 15 463 73 105
Binary 11011111 10000011 11010100 0 101001 101 1101 100110011 111011 1000101

Color Harmonies of #DF83D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF83D4

Black with #DF83D4

Text Example


Text Example

White with #DF83D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF83D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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