Html Css Color HEX #DF69C8 Orchid

📋 copy color: '#DF69C8'

red 223 ◦ green 105 ◦ blue 200

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

Shades of Orchid #DF69C8

Tints of Orchid #DF69C8

RGB

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

 GREEN value IS 105 (41.41% from 255) = 19.89%

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

R = 42.23%
G = 19.89%
B = 37.88%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.10

 K value IS 0.13

RGB Variations

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

Color information

#DF69C8 (or 0xDF69C8) is known color: Orchid. HEX triplet: DF, 69 and C8. RGB value is (223,105,200). Sum of RGB (Red+Green+Blue) = 223+105+200=528 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.23% from 528); Green value is 105 (41.41% from 255 or 19.89% from 528); Blue value is 200 (78.52% from 255 or 37.88% from 528); Max value from RGB is 223 - color contains mainly: red. Hex color #DF69C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF69C8 is #209637. Grayscale: #969696. Windows color (decimal): -2135608 or 13134303. OLE color: 13134303.

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

Color convert

RGB 223 105 200 -
CMYK 0 0.53 0.10 0.13
HSL 311.69º 0.65% 0.64% -
HSV(B) 311.69º 0.53% 0.87% -
XYZ 45.91 29.96 58.01 -
YUV 151.11 155.59 179.28 -
System Red Green Blue C M Y K H S L
Decimal 223 105 200 0 0.53 0.10 0.13 311.69 0.65 0.64
Hex DF 69 C8 0 35 A D 138 41 40
Octal 337 151 310 0 65 12 15 470 101 100
Binary 11011111 1101001 11001000 0 110101 1010 1101 100111000 1000001 1000000

Color Harmonies of #DF69C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF69C8

Black with #DF69C8

Text Example


Text Example

White with #DF69C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF69C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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