Html Css Color HEX #DF82CF Orchid

📋 copy color: '#DF82CF'

red 223 ◦ green 130 ◦ blue 207

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

Shades of Orchid #DF82CF

Tints of Orchid #DF82CF

RGB

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

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

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

R = 39.82%
G = 23.21%
B = 36.96%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#DF82CF (or 0xDF82CF) is known color: Orchid. HEX triplet: DF, 82 and CF. RGB value is (223,130,207). Sum of RGB (Red+Green+Blue) = 223+130+207=560 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.82% from 560); Green value is 130 (51.17% from 255 or 23.21% from 560); Blue value is 207 (81.25% from 255 or 36.96% from 560); Max value from RGB is 223 - color contains mainly: red. Hex color #DF82CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF82CF is #207D30. Grayscale: #A6A6A6. Windows color (decimal): -2129201 or 13599455. OLE color: 13599455.

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

Color convert

RGB 223 130 207 -
CMYK 0 0.42 0.07 0.13
HSL 310.32º 0.59% 0.69% -
HSV(B) 310.32º 0.42% 0.87% -
XYZ 49.68 36.16 63.39 -
YUV 166.59 150.81 168.24 -
System Red Green Blue C M Y K H S L
Decimal 223 130 207 0 0.42 0.07 0.13 310.32 0.59 0.69
Hex DF 82 CF 0 2A 7 D 136 3B 45
Octal 337 202 317 0 52 7 15 466 73 105
Binary 11011111 10000010 11001111 0 101010 111 1101 100110110 111011 1000101

Color Harmonies of #DF82CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF82CF

Black with #DF82CF

Text Example


Text Example

White with #DF82CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF82CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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