Html Css Color HEX #D669DA Orchid

📋 copy color: '#D669DA'

red 214 ◦ green 105 ◦ blue 218

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

Shades of Orchid #D669DA

Tints of Orchid #D669DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.6%

R = 39.85%
G = 19.55%
B = 40.6%

CMYK

 C value IS 0.02

 M value IS 0.52

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D669DA (or 0xD669DA) is known color: Orchid. HEX triplet: D6, 69 and DA. RGB value is (214,105,218). Sum of RGB (Red+Green+Blue) = 214+105+218=537 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.85% from 537); Green value is 105 (41.41% from 255 or 19.55% from 537); Blue value is 218 (85.55% from 255 or 40.60% from 537); Max value from RGB is 218 - color contains mainly: blue. Hex color #D669DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D669DA is #299625. Grayscale: #969696. Windows color (decimal): -2725414 or 14313942. OLE color: 14313942.

HSL color Cylindrical-coordinate representation of color #D669DA: hue angle of 297.88º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D669DA is Cyan = 0.02, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 214 105 218 -
CMYK 0.02 0.52 0 0.15
HSL 297.88º 0.6% 0.63% -
HSV(B) 297.88º 0.52% 0.85% -
XYZ 45.44 29.46 69.62 -
YUV 150.47 166.11 173.31 -
System Red Green Blue C M Y K H S L
Decimal 214 105 218 0.02 0.52 0 0.15 297.88 0.6 0.63
Hex D6 69 DA 2 34 0 F 12A 3C 3F
Octal 326 151 332 2 64 0 17 452 74 77
Binary 11010110 1101001 11011010 10 110100 0 1111 100101010 111100 111111

Color Harmonies of #D669DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D669DA

Black with #D669DA

Text Example


Text Example

White with #D669DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D669DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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