Html Css Color HEX #DF74E6 Orchid

📋 copy color: '#DF74E6'

red 223 ◦ green 116 ◦ blue 230

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

Shades of Orchid #DF74E6

Tints of Orchid #DF74E6

RGB

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

 GREEN value IS 116 (45.7% from 255) = 20.39%

 BLUE value IS 230 (90.23% from 255) = 40.42%

R = 39.19%
G = 20.39%
B = 40.42%

CMYK

 C value IS 0.03

 M value IS 0.50

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DF74E6 (or 0xDF74E6) is known color: Orchid. HEX triplet: DF, 74 and E6. RGB value is (223,116,230). Sum of RGB (Red+Green+Blue) = 223+116+230=569 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.19% from 569); Green value is 116 (45.70% from 255 or 20.39% from 569); Blue value is 230 (90.23% from 255 or 40.42% from 569); Max value from RGB is 230 - color contains mainly: blue. Hex color #DF74E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF74E6 is #208B19. Grayscale: #A0A0A0. Windows color (decimal): -2132762 or 15103199. OLE color: 15103199.

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

Color convert

RGB 223 116 230 -
CMYK 0.03 0.50 0 0.10
HSL 296.32º 0.7% 0.68% -
HSV(B) 296.32º 0.5% 0.9% -
XYZ 50.96 33.89 78.72 -
YUV 160.99 166.95 172.23 -
System Red Green Blue C M Y K H S L
Decimal 223 116 230 0.03 0.50 0 0.10 296.32 0.7 0.68
Hex DF 74 E6 3 32 0 A 128 46 44
Octal 337 164 346 3 62 0 12 450 106 104
Binary 11011111 1110100 11100110 11 110010 0 1010 100101000 1000110 1000100

Color Harmonies of #DF74E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF74E6

Black with #DF74E6

Text Example


Text Example

White with #DF74E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF74E6; }

 p { color: rgb(223,116,230); }

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

background-color css

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

 a { background-color: rgb(223,116,230); }

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

border-color css

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

 span { border-color: rgb(223,116,230); }

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