Html Css Color HEX #DF6CBD Orchid

📋 copy color: '#DF6CBD'

red 223 ◦ green 108 ◦ blue 189

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

Shades of Orchid #DF6CBD

Tints of Orchid #DF6CBD

RGB

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

 GREEN value IS 108 (42.58% from 255) = 20.77%

 BLUE value IS 189 (74.22% from 255) = 36.35%

R = 42.88%
G = 20.77%
B = 36.35%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#DF6CBD (or 0xDF6CBD) is known color: Orchid. HEX triplet: DF, 6C and BD. RGB value is (223,108,189). Sum of RGB (Red+Green+Blue) = 223+108+189=520 (68% of max value = 765). Red value is 223 (87.5% from 255 or 42.88% from 520); Green value is 108 (42.58% from 255 or 20.77% from 520); Blue value is 189 (74.22% from 255 or 36.35% from 520); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6CBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF6CBD is #209342. Grayscale: #979797. Windows color (decimal): -2134851 or 12414175. OLE color: 12414175.

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

Color convert

RGB 223 108 189 -
CMYK 0 0.52 0.15 0.13
HSL 317.74º 0.64% 0.65% -
HSV(B) 317.74º 0.52% 0.87% -
XYZ 44.98 30.09 51.58 -
YUV 151.62 149.1 178.91 -
System Red Green Blue C M Y K H S L
Decimal 223 108 189 0 0.52 0.15 0.13 317.74 0.64 0.65
Hex DF 6C BD 0 34 F D 13E 40 41
Octal 337 154 275 0 64 17 15 476 100 101
Binary 11011111 1101100 10111101 0 110100 1111 1101 100111110 1000000 1000001

Color Harmonies of #DF6CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6CBD

Black with #DF6CBD

Text Example


Text Example

White with #DF6CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6CBD; }

 p { color: rgb(223,108,189); }

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

background-color css

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

 a { background-color: rgb(223,108,189); }

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

border-color css

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

 span { border-color: rgb(223,108,189); }

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