Html Css Color HEX #DF69CE Orchid

📋 copy color: '#DF69CE'

red 223 ◦ green 105 ◦ blue 206

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

Shades of Orchid #DF69CE

Tints of Orchid #DF69CE

RGB

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

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

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

R = 41.76%
G = 19.66%
B = 38.58%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#DF69CE (or 0xDF69CE) is known color: Orchid. HEX triplet: DF, 69 and CE. RGB value is (223,105,206). Sum of RGB (Red+Green+Blue) = 223+105+206=534 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.76% from 534); Green value is 105 (41.41% from 255 or 19.66% from 534); Blue value is 206 (80.86% from 255 or 38.58% from 534); Max value from RGB is 223 - color contains mainly: red. Hex color #DF69CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF69CE is #209631. Grayscale: #979797. Windows color (decimal): -2135602 or 13527519. OLE color: 13527519.

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

Color convert

RGB 223 105 206 -
CMYK 0 0.53 0.08 0.13
HSL 308.64º 0.65% 0.64% -
HSV(B) 308.64º 0.53% 0.87% -
XYZ 46.62 30.25 61.77 -
YUV 151.8 158.59 178.79 -
System Red Green Blue C M Y K H S L
Decimal 223 105 206 0 0.53 0.08 0.13 308.64 0.65 0.64
Hex DF 69 CE 0 35 8 D 135 41 40
Octal 337 151 316 0 65 10 15 465 101 100
Binary 11011111 1101001 11001110 0 110101 1000 1101 100110101 1000001 1000000

Color Harmonies of #DF69CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF69CE

Black with #DF69CE

Text Example


Text Example

White with #DF69CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF69CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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