Html Css Color HEX #DF7BCE Orchid

📋 copy color: '#DF7BCE'

red 223 ◦ green 123 ◦ blue 206

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

Shades of Orchid #DF7BCE

Tints of Orchid #DF7BCE

RGB

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

 GREEN value IS 123 (48.44% from 255) = 22.28%

 BLUE value IS 206 (80.86% from 255) = 37.32%

R = 40.4%
G = 22.28%
B = 37.32%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#DF7BCE (or 0xDF7BCE) is known color: Orchid. HEX triplet: DF, 7B and CE. RGB value is (223,123,206). Sum of RGB (Red+Green+Blue) = 223+123+206=552 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.40% from 552); Green value is 123 (48.44% from 255 or 22.28% from 552); Blue value is 206 (80.86% from 255 or 37.32% from 552); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7BCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF7BCE is #208431. Grayscale: #A2A2A2. Windows color (decimal): -2130994 or 13532127. OLE color: 13532127.

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

Color convert

RGB 223 123 206 -
CMYK 0 0.45 0.08 0.13
HSL 310.2º 0.61% 0.68% -
HSV(B) 310.2º 0.45% 0.87% -
XYZ 48.65 34.31 62.45 -
YUV 162.36 152.63 171.25 -
System Red Green Blue C M Y K H S L
Decimal 223 123 206 0 0.45 0.08 0.13 310.2 0.61 0.68
Hex DF 7B CE 0 2D 8 D 136 3D 44
Octal 337 173 316 0 55 10 15 466 75 104
Binary 11011111 1111011 11001110 0 101101 1000 1101 100110110 111101 1000100

Color Harmonies of #DF7BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7BCE

Black with #DF7BCE

Text Example


Text Example

White with #DF7BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7BCE; }

 p { color: rgb(223,123,206); }

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

background-color css

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

 a { background-color: rgb(223,123,206); }

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

border-color css

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

 span { border-color: rgb(223,123,206); }

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