Html Css Color HEX #DF6FCF Orchid

📋 copy color: '#DF6FCF'

red 223 ◦ green 111 ◦ blue 207

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

Shades of Orchid #DF6FCF

Tints of Orchid #DF6FCF

RGB

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

 GREEN value IS 111 (43.75% from 255) = 20.52%

 BLUE value IS 207 (81.25% from 255) = 38.26%

R = 41.22%
G = 20.52%
B = 38.26%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#DF6FCF (or 0xDF6FCF) is known color: Orchid. HEX triplet: DF, 6F and CF. RGB value is (223,111,207). Sum of RGB (Red+Green+Blue) = 223+111+207=541 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.22% from 541); Green value is 111 (43.75% from 255 or 20.52% from 541); Blue value is 207 (81.25% from 255 or 38.26% from 541); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6FCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF6FCF is #209030. Grayscale: #9B9B9B. Windows color (decimal): -2134065 or 13594591. OLE color: 13594591.

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

Color convert

RGB 223 111 207 -
CMYK 0 0.50 0.07 0.13
HSL 308.57º 0.64% 0.65% -
HSV(B) 308.57º 0.5% 0.87% -
XYZ 47.38 31.56 62.63 -
YUV 155.43 157.11 176.19 -
System Red Green Blue C M Y K H S L
Decimal 223 111 207 0 0.50 0.07 0.13 308.57 0.64 0.65
Hex DF 6F CF 0 32 7 D 135 40 41
Octal 337 157 317 0 62 7 15 465 100 101
Binary 11011111 1101111 11001111 0 110010 111 1101 100110101 1000000 1000001

Color Harmonies of #DF6FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6FCF

Black with #DF6FCF

Text Example


Text Example

White with #DF6FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6FCF; }

 p { color: rgb(223,111,207); }

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

background-color css

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

 a { background-color: rgb(223,111,207); }

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

border-color css

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

 span { border-color: rgb(223,111,207); }

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