Html Css Color HEX #DE82C6 Orchid

📋 copy color: '#DE82C6'

red 222 ◦ green 130 ◦ blue 198

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

Shades of Orchid #DE82C6

Tints of Orchid #DE82C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 36%

R = 40.36%
G = 23.64%
B = 36%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.11

 K value IS 0.13

RGB Variations

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

Color information

#DE82C6 (or 0xDE82C6) is known color: Orchid. HEX triplet: DE, 82 and C6. RGB value is (222,130,198). Sum of RGB (Red+Green+Blue) = 222+130+198=550 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.36% from 550); Green value is 130 (51.17% from 255 or 23.64% from 550); Blue value is 198 (77.73% from 255 or 36% from 550); Max value from RGB is 222 - color contains mainly: red. Hex color #DE82C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE82C6 is #217D39. Grayscale: #A5A5A5. Windows color (decimal): -2194746 or 13009630. OLE color: 13009630.

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

Color convert

RGB 222 130 198 -
CMYK 0 0.41 0.11 0.13
HSL 315.65º 0.58% 0.69% -
HSV(B) 315.65º 0.41% 0.87% -
XYZ 48.3 35.57 57.75 -
YUV 165.26 146.48 168.47 -
System Red Green Blue C M Y K H S L
Decimal 222 130 198 0 0.41 0.11 0.13 315.65 0.58 0.69
Hex DE 82 C6 0 29 B D 13C 3A 45
Octal 336 202 306 0 51 13 15 474 72 105
Binary 11011110 10000010 11000110 0 101001 1011 1101 100111100 111010 1000101

Color Harmonies of #DE82C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE82C6

Black with #DE82C6

Text Example


Text Example

White with #DE82C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE82C6; }

 p { color: rgb(222,130,198); }

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

background-color css

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

 a { background-color: rgb(222,130,198); }

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

border-color css

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

 span { border-color: rgb(222,130,198); }

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