Html Css Color HEX #DF7CCF Orchid

📋 copy color: '#DF7CCF'

red 223 ◦ green 124 ◦ blue 207

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

Shades of Orchid #DF7CCF

Tints of Orchid #DF7CCF

RGB

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

 GREEN value IS 124 (48.83% from 255) = 22.38%

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

R = 40.25%
G = 22.38%
B = 37.36%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#DF7CCF (or 0xDF7CCF) is known color: Orchid. HEX triplet: DF, 7C and CF. RGB value is (223,124,207). Sum of RGB (Red+Green+Blue) = 223+124+207=554 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.25% from 554); Green value is 124 (48.83% from 255 or 22.38% from 554); Blue value is 207 (81.25% from 255 or 37.36% from 554); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7CCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF7CCF is #208330. Grayscale: #A2A2A2. Windows color (decimal): -2130737 or 13597919. OLE color: 13597919.

HSL color Cylindrical-coordinate representation of color #DF7CCF: hue angle of 309.7º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DF7CCF is Cyan = 0, Magento = 0.44, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 124 207 -
CMYK 0 0.44 0.07 0.13
HSL 309.7º 0.61% 0.68% -
HSV(B) 309.7º 0.44% 0.87% -
XYZ 48.9 34.61 63.13 -
YUV 163.06 152.8 170.75 -
System Red Green Blue C M Y K H S L
Decimal 223 124 207 0 0.44 0.07 0.13 309.7 0.61 0.68
Hex DF 7C CF 0 2C 7 D 136 3D 44
Octal 337 174 317 0 54 7 15 466 75 104
Binary 11011111 1111100 11001111 0 101100 111 1101 100110110 111101 1000100

Color Harmonies of #DF7CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7CCF

Black with #DF7CCF

Text Example


Text Example

White with #DF7CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7CCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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