Html Css Color HEX #DF68D2 Orchid

📋 copy color: '#DF68D2'

red 223 ◦ green 104 ◦ blue 210

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

Shades of Orchid #DF68D2

Tints of Orchid #DF68D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 39.11%

R = 41.53%
G = 19.37%
B = 39.11%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#DF68D2 (or 0xDF68D2) is known color: Orchid. HEX triplet: DF, 68 and D2. RGB value is (223,104,210). Sum of RGB (Red+Green+Blue) = 223+104+210=537 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.53% from 537); Green value is 104 (41.02% from 255 or 19.37% from 537); Blue value is 210 (82.42% from 255 or 39.11% from 537); Max value from RGB is 223 - color contains mainly: red. Hex color #DF68D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF68D2 is #20972D. Grayscale: #979797. Windows color (decimal): -2135854 or 13789407. OLE color: 13789407.

HSL color Cylindrical-coordinate representation of color #DF68D2: hue angle of 306.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 #DF68D2 is Cyan = 0, Magento = 0.53, Yellow = 0.06 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 104 210 -
CMYK 0 0.53 0.06 0.13
HSL 306.55º 0.65% 0.64% -
HSV(B) 306.55º 0.53% 0.87% -
XYZ 47.01 30.24 64.33 -
YUV 151.67 160.92 178.88 -
System Red Green Blue C M Y K H S L
Decimal 223 104 210 0 0.53 0.06 0.13 306.55 0.65 0.64
Hex DF 68 D2 0 35 6 D 133 41 40
Octal 337 150 322 0 65 6 15 463 101 100
Binary 11011111 1101000 11010010 0 110101 110 1101 100110011 1000001 1000000

Color Harmonies of #DF68D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF68D2

Black with #DF68D2

Text Example


Text Example

White with #DF68D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF68D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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