Html Css Color HEX #DF68D4 Orchid

📋 copy color: '#DF68D4'

red 223 ◦ green 104 ◦ blue 212

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

Shades of Orchid #DF68D4

Tints of Orchid #DF68D4

RGB

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

 GREEN value IS 104 (41.02% from 255) = 19.29%

 BLUE value IS 212 (83.2% from 255) = 39.33%

R = 41.37%
G = 19.29%
B = 39.33%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#DF68D4 (or 0xDF68D4) is known color: Orchid. HEX triplet: DF, 68 and D4. RGB value is (223,104,212). Sum of RGB (Red+Green+Blue) = 223+104+212=539 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.37% from 539); Green value is 104 (41.02% from 255 or 19.29% from 539); Blue value is 212 (83.20% from 255 or 39.33% from 539); Max value from RGB is 223 - color contains mainly: red. Hex color #DF68D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF68D4 is #20972B. Grayscale: #979797. Windows color (decimal): -2135852 or 13920479. OLE color: 13920479.

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

Color convert

RGB 223 104 212 -
CMYK 0 0.53 0.05 0.13
HSL 305.55º 0.65% 0.64% -
HSV(B) 305.55º 0.53% 0.87% -
XYZ 47.27 30.34 65.65 -
YUV 151.89 161.92 178.72 -
System Red Green Blue C M Y K H S L
Decimal 223 104 212 0 0.53 0.05 0.13 305.55 0.65 0.64
Hex DF 68 D4 0 35 5 D 132 41 40
Octal 337 150 324 0 65 5 15 462 101 100
Binary 11011111 1101000 11010100 0 110101 101 1101 100110010 1000001 1000000

Color Harmonies of #DF68D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF68D4

Black with #DF68D4

Text Example


Text Example

White with #DF68D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF68D4; }

 p { color: rgb(223,104,212); }

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

background-color css

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

 a { background-color: rgb(223,104,212); }

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

border-color css

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

 span { border-color: rgb(223,104,212); }

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