Html Css Color HEX #DE75DF Orchid

📋 copy color: '#DE75DF'

red 222 ◦ green 117 ◦ blue 223

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

Shades of Orchid #DE75DF

Tints of Orchid #DE75DF

RGB

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

 GREEN value IS 117 (46.09% from 255) = 20.82%

 BLUE value IS 223 (87.5% from 255) = 39.68%

R = 39.5%
G = 20.82%
B = 39.68%

CMYK

 C value IS 0.00

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DE75DF (or 0xDE75DF) is known color: Orchid. HEX triplet: DE, 75 and DF. RGB value is (222,117,223). Sum of RGB (Red+Green+Blue) = 222+117+223=562 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.50% from 562); Green value is 117 (46.09% from 255 or 20.82% from 562); Blue value is 223 (87.5% from 255 or 39.68% from 562); Max value from RGB is 223 - color contains mainly: blue. Hex color #DE75DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE75DF is #218A20. Grayscale: #A0A0A0. Windows color (decimal): -2198049 or 14644702. OLE color: 14644702.

HSL color Cylindrical-coordinate representation of color #DE75DF: hue angle of 299.43º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DE75DF is Cyan = 0.00, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 117 223 -
CMYK 0.00 0.48 0 0.13
HSL 299.43º 0.62% 0.67% -
HSV(B) 299.43º 0.48% 0.87% -
XYZ 49.8 33.58 73.67 -
YUV 160.48 163.29 171.88 -
System Red Green Blue C M Y K H S L
Decimal 222 117 223 0.00 0.48 0 0.13 299.43 0.62 0.67
Hex DE 75 DF 0 30 0 D 12B 3E 43
Octal 336 165 337 0 60 0 15 453 76 103
Binary 11011110 1110101 11011111 0 110000 0 1101 100101011 111110 1000011

Color Harmonies of #DE75DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE75DF

Black with #DE75DF

Text Example


Text Example

White with #DE75DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE75DF; }

 p { color: rgb(222,117,223); }

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

background-color css

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

 a { background-color: rgb(222,117,223); }

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

border-color css

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

 span { border-color: rgb(222,117,223); }

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