Html Css Color HEX #D669D2 Orchid

📋 copy color: '#D669D2'

red 214 ◦ green 105 ◦ blue 210

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

Shades of Orchid #D669D2

Tints of Orchid #D669D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 39.7%

R = 40.45%
G = 19.85%
B = 39.7%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.02

 K value IS 0.16

RGB Variations

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

Color information

#D669D2 (or 0xD669D2) is known color: Orchid. HEX triplet: D6, 69 and D2. RGB value is (214,105,210). Sum of RGB (Red+Green+Blue) = 214+105+210=529 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.45% from 529); Green value is 105 (41.41% from 255 or 19.85% from 529); Blue value is 210 (82.42% from 255 or 39.70% from 529); Max value from RGB is 214 - color contains mainly: red. Hex color #D669D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D669D2 is #29962D. Grayscale: #959595. Windows color (decimal): -2725422 or 13789654. OLE color: 13789654.

HSL color Cylindrical-coordinate representation of color #D669D2: hue angle of 302.2º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D669D2 is Cyan = 0, Magento = 0.51, Yellow = 0.02 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 105 210 -
CMYK 0 0.51 0.02 0.16
HSL 302.2º 0.57% 0.63% -
HSV(B) 302.2º 0.51% 0.84% -
XYZ 44.42 29.05 64.24 -
YUV 149.56 162.11 173.96 -
System Red Green Blue C M Y K H S L
Decimal 214 105 210 0 0.51 0.02 0.16 302.2 0.57 0.63
Hex D6 69 D2 0 33 2 10 12E 39 3F
Octal 326 151 322 0 63 2 20 456 71 77
Binary 11010110 1101001 11010010 0 110011 10 10000 100101110 111001 111111

Color Harmonies of #D669D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D669D2

Black with #D669D2

Text Example


Text Example

White with #D669D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D669D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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