Html Css Color HEX #D669DD Orchid

📋 copy color: '#D669DD'

red 214 ◦ green 105 ◦ blue 221

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

Shades of Orchid #D669DD

Tints of Orchid #D669DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 40.93%

R = 39.63%
G = 19.44%
B = 40.93%

CMYK

 C value IS 0.03

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D669DD (or 0xD669DD) is known color: Orchid. HEX triplet: D6, 69 and DD. RGB value is (214,105,221). Sum of RGB (Red+Green+Blue) = 214+105+221=540 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.63% from 540); Green value is 105 (41.41% from 255 or 19.44% from 540); Blue value is 221 (86.72% from 255 or 40.93% from 540); Max value from RGB is 221 - color contains mainly: blue. Hex color #D669DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D669DD is #299622. Grayscale: #969696. Windows color (decimal): -2725411 or 14510550. OLE color: 14510550.

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

Color convert

RGB 214 105 221 -
CMYK 0.03 0.52 0 0.13
HSL 296.38º 0.63% 0.64% -
HSV(B) 296.38º 0.52% 0.87% -
XYZ 45.83 29.62 71.71 -
YUV 150.82 167.61 173.07 -
System Red Green Blue C M Y K H S L
Decimal 214 105 221 0.03 0.52 0 0.13 296.38 0.63 0.64
Hex D6 69 DD 3 34 0 D 128 3F 40
Octal 326 151 335 3 64 0 15 450 77 100
Binary 11010110 1101001 11011101 11 110100 0 1101 100101000 111111 1000000

Color Harmonies of #D669DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D669DD

Black with #D669DD

Text Example


Text Example

White with #D669DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D669DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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