Html Css Color HEX #DF83CD Orchid

📋 copy color: '#DF83CD'

red 223 ◦ green 131 ◦ blue 205

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

Shades of Orchid #DF83CD

Tints of Orchid #DF83CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 36.67%

R = 39.89%
G = 23.43%
B = 36.67%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#DF83CD (or 0xDF83CD) is known color: Orchid. HEX triplet: DF, 83 and CD. RGB value is (223,131,205). Sum of RGB (Red+Green+Blue) = 223+131+205=559 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.89% from 559); Green value is 131 (51.56% from 255 or 23.43% from 559); Blue value is 205 (80.47% from 255 or 36.67% from 559); Max value from RGB is 223 - color contains mainly: red. Hex color #DF83CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF83CD is #207C32. Grayscale: #A6A6A6. Windows color (decimal): -2128947 or 13468639. OLE color: 13468639.

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

Color convert

RGB 223 131 205 -
CMYK 0 0.41 0.08 0.13
HSL 311.74º 0.59% 0.69% -
HSV(B) 311.74º 0.41% 0.87% -
XYZ 49.57 36.33 62.16 -
YUV 166.94 149.48 167.98 -
System Red Green Blue C M Y K H S L
Decimal 223 131 205 0 0.41 0.08 0.13 311.74 0.59 0.69
Hex DF 83 CD 0 29 8 D 138 3B 45
Octal 337 203 315 0 51 10 15 470 73 105
Binary 11011111 10000011 11001101 0 101001 1000 1101 100111000 111011 1000101

Color Harmonies of #DF83CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF83CD

Black with #DF83CD

Text Example


Text Example

White with #DF83CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF83CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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