Html Css Color HEX #DF6FCA Orchid

📋 copy color: '#DF6FCA'

red 223 ◦ green 111 ◦ blue 202

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

Shades of Orchid #DF6FCA

Tints of Orchid #DF6FCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 37.69%

R = 41.6%
G = 20.71%
B = 37.69%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#DF6FCA (or 0xDF6FCA) is known color: Orchid. HEX triplet: DF, 6F and CA. RGB value is (223,111,202). Sum of RGB (Red+Green+Blue) = 223+111+202=536 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.60% from 536); Green value is 111 (43.75% from 255 or 20.71% from 536); Blue value is 202 (79.30% from 255 or 37.69% from 536); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6FCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF6FCA is #209035. Grayscale: #9A9A9A. Windows color (decimal): -2134070 or 13266911. OLE color: 13266911.

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

Color convert

RGB 223 111 202 -
CMYK 0 0.50 0.09 0.13
HSL 311.25º 0.64% 0.65% -
HSV(B) 311.25º 0.5% 0.87% -
XYZ 46.78 31.32 59.46 -
YUV 154.86 154.61 176.6 -
System Red Green Blue C M Y K H S L
Decimal 223 111 202 0 0.50 0.09 0.13 311.25 0.64 0.65
Hex DF 6F CA 0 32 9 D 137 40 41
Octal 337 157 312 0 62 11 15 467 100 101
Binary 11011111 1101111 11001010 0 110010 1001 1101 100110111 1000000 1000001

Color Harmonies of #DF6FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6FCA

Black with #DF6FCA

Text Example


Text Example

White with #DF6FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6FCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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