Html Css Color HEX #DF67E1 Orchid

📋 copy color: '#DF67E1'

red 223 ◦ green 103 ◦ blue 225

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

Shades of Orchid #DF67E1

Tints of Orchid #DF67E1

RGB

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

 GREEN value IS 103 (40.63% from 255) = 18.69%

 BLUE value IS 225 (88.28% from 255) = 40.83%

R = 40.47%
G = 18.69%
B = 40.83%

CMYK

 C value IS 0.01

 M value IS 0.54

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DF67E1 (or 0xDF67E1) is known color: Orchid. HEX triplet: DF, 67 and E1. RGB value is (223,103,225). Sum of RGB (Red+Green+Blue) = 223+103+225=551 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.47% from 551); Green value is 103 (40.62% from 255 or 18.69% from 551); Blue value is 225 (88.28% from 255 or 40.83% from 551); Max value from RGB is 225 - color contains mainly: blue. Hex color #DF67E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF67E1 is #20981E. Grayscale: #989898. Windows color (decimal): -2136095 or 14772191. OLE color: 14772191.

HSL color Cylindrical-coordinate representation of color #DF67E1: hue angle of 299.02º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DF67E1 is Cyan = 0.01, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 223 103 225 -
CMYK 0.01 0.54 0 0.12
HSL 299.02º 0.67% 0.64% -
HSV(B) 299.02º 0.54% 0.88% -
XYZ 48.87 30.82 74.61 -
YUV 152.79 168.76 178.08 -
System Red Green Blue C M Y K H S L
Decimal 223 103 225 0.01 0.54 0 0.12 299.02 0.67 0.64
Hex DF 67 E1 1 36 0 C 12B 43 40
Octal 337 147 341 1 66 0 14 453 103 100
Binary 11011111 1100111 11100001 1 110110 0 1100 100101011 1000011 1000000

Color Harmonies of #DF67E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF67E1

Black with #DF67E1

Text Example


Text Example

White with #DF67E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF67E1; }

 p { color: rgb(223,103,225); }

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

background-color css

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

 a { background-color: rgb(223,103,225); }

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

border-color css

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

 span { border-color: rgb(223,103,225); }

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