Html Css Color HEX #DF68C5 Orchid

📋 copy color: '#DF68C5'

red 223 ◦ green 104 ◦ blue 197

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

Shades of Orchid #DF68C5

Tints of Orchid #DF68C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 37.6%

R = 42.56%
G = 19.85%
B = 37.6%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.12

 K value IS 0.13

RGB Variations

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

Color information

#DF68C5 (or 0xDF68C5) is known color: Orchid. HEX triplet: DF, 68 and C5. RGB value is (223,104,197). Sum of RGB (Red+Green+Blue) = 223+104+197=524 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.56% from 524); Green value is 104 (41.02% from 255 or 19.85% from 524); Blue value is 197 (77.34% from 255 or 37.60% from 524); Max value from RGB is 223 - color contains mainly: red. Hex color #DF68C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF68C5 is #20973A. Grayscale: #959595. Windows color (decimal): -2135867 or 12937439. OLE color: 12937439.

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

Color convert

RGB 223 104 197 -
CMYK 0 0.53 0.12 0.13
HSL 313.11º 0.65% 0.64% -
HSV(B) 313.11º 0.53% 0.87% -
XYZ 45.46 29.62 56.14 -
YUV 150.18 154.42 179.94 -
System Red Green Blue C M Y K H S L
Decimal 223 104 197 0 0.53 0.12 0.13 313.11 0.65 0.64
Hex DF 68 C5 0 35 C D 139 41 40
Octal 337 150 305 0 65 14 15 471 101 100
Binary 11011111 1101000 11000101 0 110101 1100 1101 100111001 1000001 1000000

Color Harmonies of #DF68C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF68C5

Black with #DF68C5

Text Example


Text Example

White with #DF68C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF68C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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