Html Css Color HEX #DF75E5 Orchid

📋 copy color: '#DF75E5'

red 223 ◦ green 117 ◦ blue 229

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

Shades of Orchid #DF75E5

Tints of Orchid #DF75E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 40.25%

R = 39.19%
G = 20.56%
B = 40.25%

CMYK

 C value IS 0.03

 M value IS 0.49

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DF75E5 (or 0xDF75E5) is known color: Orchid. HEX triplet: DF, 75 and E5. RGB value is (223,117,229). Sum of RGB (Red+Green+Blue) = 223+117+229=569 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.19% from 569); Green value is 117 (46.09% from 255 or 20.56% from 569); Blue value is 229 (89.84% from 255 or 40.25% from 569); Max value from RGB is 229 - color contains mainly: blue. Hex color #DF75E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF75E5 is #208A1A. Grayscale: #A1A1A1. Windows color (decimal): -2132507 or 15037919. OLE color: 15037919.

HSL color Cylindrical-coordinate representation of color #DF75E5: hue angle of 296.79º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DF75E5 is Cyan = 0.03, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 223 117 229 -
CMYK 0.03 0.49 0 0.10
HSL 296.79º 0.68% 0.68% -
HSV(B) 296.79º 0.49% 0.9% -
XYZ 50.94 34.07 78.02 -
YUV 161.46 166.12 171.89 -
System Red Green Blue C M Y K H S L
Decimal 223 117 229 0.03 0.49 0 0.10 296.79 0.68 0.68
Hex DF 75 E5 3 31 0 A 129 44 44
Octal 337 165 345 3 61 0 12 451 104 104
Binary 11011111 1110101 11100101 11 110001 0 1010 100101001 1000100 1000100

Color Harmonies of #DF75E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF75E5

Black with #DF75E5

Text Example


Text Example

White with #DF75E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF75E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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