Html Css Color HEX #D669DF Orchid

📋 copy color: '#D669DF'

red 214 ◦ green 105 ◦ blue 223

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

Shades of Orchid #D669DF

Tints of Orchid #D669DF

RGB

 RED value IS 214 (83.98% from 255) = 39.48%

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

 BLUE value IS 223 (87.5% from 255) = 41.14%

R = 39.48%
G = 19.37%
B = 41.14%

CMYK

 C value IS 0.04

 M value IS 0.53

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D669DF (or 0xD669DF) is known color: Orchid. HEX triplet: D6, 69 and DF. RGB value is (214,105,223). Sum of RGB (Red+Green+Blue) = 214+105+223=542 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.48% from 542); Green value is 105 (41.41% from 255 or 19.37% from 542); Blue value is 223 (87.5% from 255 or 41.14% from 542); Max value from RGB is 223 - color contains mainly: blue. Hex color #D669DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D669DF is #299620. Grayscale: #969696. Windows color (decimal): -2725409 or 14641622. OLE color: 14641622.

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

Color convert

RGB 214 105 223 -
CMYK 0.04 0.53 0 0.13
HSL 295.42º 0.65% 0.64% -
HSV(B) 295.42º 0.53% 0.87% -
XYZ 46.1 29.73 73.12 -
YUV 151.04 168.61 172.91 -
System Red Green Blue C M Y K H S L
Decimal 214 105 223 0.04 0.53 0 0.13 295.42 0.65 0.64
Hex D6 69 DF 4 35 0 D 127 41 40
Octal 326 151 337 4 65 0 15 447 101 100
Binary 11010110 1101001 11011111 100 110101 0 1101 100100111 1000001 1000000

Color Harmonies of #D669DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D669DF

Black with #D669DF

Text Example


Text Example

White with #D669DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D669DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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