Html Css Color HEX #DF83CF Orchid

📋 copy color: '#DF83CF'

red 223 ◦ green 131 ◦ blue 207

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

Shades of Orchid #DF83CF

Tints of Orchid #DF83CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 36.9%

R = 39.75%
G = 23.35%
B = 36.9%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#DF83CF (or 0xDF83CF) is known color: Orchid. HEX triplet: DF, 83 and CF. RGB value is (223,131,207). Sum of RGB (Red+Green+Blue) = 223+131+207=561 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.75% from 561); Green value is 131 (51.56% from 255 or 23.35% from 561); Blue value is 207 (81.25% from 255 or 36.90% from 561); Max value from RGB is 223 - color contains mainly: red. Hex color #DF83CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF83CF is #207C30. Grayscale: #A6A6A6. Windows color (decimal): -2128945 or 13599711. OLE color: 13599711.

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

Color convert

RGB 223 131 207 -
CMYK 0 0.41 0.07 0.13
HSL 310.43º 0.59% 0.69% -
HSV(B) 310.43º 0.41% 0.87% -
XYZ 49.81 36.43 63.44 -
YUV 167.17 150.48 167.82 -
System Red Green Blue C M Y K H S L
Decimal 223 131 207 0 0.41 0.07 0.13 310.43 0.59 0.69
Hex DF 83 CF 0 29 7 D 136 3B 45
Octal 337 203 317 0 51 7 15 466 73 105
Binary 11011111 10000011 11001111 0 101001 111 1101 100110110 111011 1000101

Color Harmonies of #DF83CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF83CF

Black with #DF83CF

Text Example


Text Example

White with #DF83CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF83CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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