Html Css Color HEX #DF83DA Orchid

📋 copy color: '#DF83DA'

red 223 ◦ green 131 ◦ blue 218

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

Shades of Orchid #DF83DA

Tints of Orchid #DF83DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 38.11%

R = 38.99%
G = 22.9%
B = 38.11%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#DF83DA (or 0xDF83DA) is known color: Orchid. HEX triplet: DF, 83 and DA. RGB value is (223,131,218). Sum of RGB (Red+Green+Blue) = 223+131+218=572 (75% of max value = 765). Red value is 223 (87.5% from 255 or 38.99% from 572); Green value is 131 (51.56% from 255 or 22.90% from 572); Blue value is 218 (85.55% from 255 or 38.11% from 572); Max value from RGB is 223 - color contains mainly: red. Hex color #DF83DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF83DA is #207C25. Grayscale: #A8A8A8. Windows color (decimal): -2128934 or 14320607. OLE color: 14320607.

HSL color Cylindrical-coordinate representation of color #DF83DA: hue angle of 303.26º 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 #DF83DA is Cyan = 0, Magento = 0.41, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 131 218 -
CMYK 0 0.41 0.02 0.13
HSL 303.26º 0.59% 0.69% -
HSV(B) 303.26º 0.41% 0.87% -
XYZ 51.2 36.98 70.77 -
YUV 168.43 155.98 166.93 -
System Red Green Blue C M Y K H S L
Decimal 223 131 218 0 0.41 0.02 0.13 303.26 0.59 0.69
Hex DF 83 DA 0 29 2 D 12F 3B 45
Octal 337 203 332 0 51 2 15 457 73 105
Binary 11011111 10000011 11011010 0 101001 10 1101 100101111 111011 1000101

Color Harmonies of #DF83DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF83DA

Black with #DF83DA

Text Example


Text Example

White with #DF83DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF83DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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