Html Css Color HEX #DE83CF Orchid

📋 copy color: '#DE83CF'

red 222 ◦ green 131 ◦ blue 207

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

Shades of Orchid #DE83CF

Tints of Orchid #DE83CF

RGB

 RED value IS 222 (87.11% from 255) = 39.64%

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

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

R = 39.64%
G = 23.39%
B = 36.96%

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

#DE83CF (or 0xDE83CF) is known color: Orchid. HEX triplet: DE, 83 and CF. RGB value is (222,131,207). Sum of RGB (Red+Green+Blue) = 222+131+207=560 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.64% from 560); Green value is 131 (51.56% from 255 or 23.39% from 560); Blue value is 207 (81.25% from 255 or 36.96% from 560); Max value from RGB is 222 - color contains mainly: red. Hex color #DE83CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE83CF is #217C30. Grayscale: #A6A6A6. Windows color (decimal): -2194481 or 13599710. OLE color: 13599710.

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

Color convert

RGB 222 131 207 -
CMYK 0 0.41 0.07 0.13
HSL 309.89º 0.58% 0.69% -
HSV(B) 309.89º 0.41% 0.87% -
XYZ 49.5 36.27 63.42 -
YUV 166.87 150.65 167.32 -
System Red Green Blue C M Y K H S L
Decimal 222 131 207 0 0.41 0.07 0.13 309.89 0.58 0.69
Hex DE 83 CF 0 29 7 D 136 3A 45
Octal 336 203 317 0 51 7 15 466 72 105
Binary 11011110 10000011 11001111 0 101001 111 1101 100110110 111010 1000101

Color Harmonies of #DE83CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE83CF

Black with #DE83CF

Text Example


Text Example

White with #DE83CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE83CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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