Html Css Color HEX #DE6FC5 Orchid

📋 copy color: '#DE6FC5'

red 222 ◦ green 111 ◦ blue 197

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

Shades of Orchid #DE6FC5

Tints of Orchid #DE6FC5

RGB

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

 GREEN value IS 111 (43.75% from 255) = 20.94%

 BLUE value IS 197 (77.34% from 255) = 37.17%

R = 41.89%
G = 20.94%
B = 37.17%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.11

 K value IS 0.13

RGB Variations

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

Color information

#DE6FC5 (or 0xDE6FC5) is known color: Orchid. HEX triplet: DE, 6F and C5. RGB value is (222,111,197). Sum of RGB (Red+Green+Blue) = 222+111+197=530 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.89% from 530); Green value is 111 (43.75% from 255 or 20.94% from 530); Blue value is 197 (77.34% from 255 or 37.17% from 530); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6FC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE6FC5 is #21903A. Grayscale: #999999. Windows color (decimal): -2199611 or 12939230. OLE color: 12939230.

HSL color Cylindrical-coordinate representation of color #DE6FC5: hue angle of 313.51º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DE6FC5 is Cyan = 0, Magento = 0.5, Yellow = 0.11 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 111 197 -
CMYK 0 0.5 0.11 0.13
HSL 313.51º 0.63% 0.65% -
HSV(B) 313.51º 0.5% 0.87% -
XYZ 45.89 30.93 56.37 -
YUV 153.99 152.27 176.51 -
System Red Green Blue C M Y K H S L
Decimal 222 111 197 0 0.5 0.11 0.13 313.51 0.63 0.65
Hex DE 6F C5 0 32 B D 13A 3F 41
Octal 336 157 305 0 62 13 15 472 77 101
Binary 11011110 1101111 11000101 0 110010 1011 1101 100111010 111111 1000001

Color Harmonies of #DE6FC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE6FC5

Black with #DE6FC5

Text Example


Text Example

White with #DE6FC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE6FC5; }

 p { color: rgb(222,111,197); }

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

background-color css

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

 a { background-color: rgb(222,111,197); }

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

border-color css

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

 span { border-color: rgb(222,111,197); }

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