Html Css Color HEX #DF6CC8 Orchid

📋 copy color: '#DF6CC8'

red 223 ◦ green 108 ◦ blue 200

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

Shades of Orchid #DF6CC8

Tints of Orchid #DF6CC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 37.66%

R = 42%
G = 20.34%
B = 37.66%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.10

 K value IS 0.13

RGB Variations

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

Color information

#DF6CC8 (or 0xDF6CC8) is known color: Orchid. HEX triplet: DF, 6C and C8. RGB value is (223,108,200). Sum of RGB (Red+Green+Blue) = 223+108+200=531 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.00% from 531); Green value is 108 (42.58% from 255 or 20.34% from 531); Blue value is 200 (78.52% from 255 or 37.66% from 531); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6CC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF6CC8 is #209337. Grayscale: #989898. Windows color (decimal): -2134840 or 13135071. OLE color: 13135071.

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

Color convert

RGB 223 108 200 -
CMYK 0 0.52 0.10 0.13
HSL 312º 0.64% 0.65% -
HSV(B) 312º 0.52% 0.87% -
XYZ 46.22 30.58 58.11 -
YUV 152.87 154.6 178.02 -
System Red Green Blue C M Y K H S L
Decimal 223 108 200 0 0.52 0.10 0.13 312 0.64 0.65
Hex DF 6C C8 0 34 A D 138 40 41
Octal 337 154 310 0 64 12 15 470 100 101
Binary 11011111 1101100 11001000 0 110100 1010 1101 100111000 1000000 1000001

Color Harmonies of #DF6CC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6CC8

Black with #DF6CC8

Text Example


Text Example

White with #DF6CC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6CC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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