Html Css Color HEX #D669D7 Orchid

📋 copy color: '#D669D7'

red 214 ◦ green 105 ◦ blue 215

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

Shades of Orchid #D669D7

Tints of Orchid #D669D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 40.26%

R = 40.07%
G = 19.66%
B = 40.26%

CMYK

 C value IS 0.00

 M value IS 0.51

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D669D7 (or 0xD669D7) is known color: Orchid. HEX triplet: D6, 69 and D7. RGB value is (214,105,215). Sum of RGB (Red+Green+Blue) = 214+105+215=534 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.07% from 534); Green value is 105 (41.41% from 255 or 19.66% from 534); Blue value is 215 (84.38% from 255 or 40.26% from 534); Max value from RGB is 215 - color contains mainly: blue. Hex color #D669D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D669D7 is #299628. Grayscale: #959595. Windows color (decimal): -2725417 or 14117334. OLE color: 14117334.

HSL color Cylindrical-coordinate representation of color #D669D7: hue angle of 299.45º degrees, saturation: 0.58, 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 #D669D7 is Cyan = 0.00, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 105 215 -
CMYK 0.00 0.51 0 0.16
HSL 299.45º 0.58% 0.63% -
HSV(B) 299.45º 0.51% 0.84% -
XYZ 45.05 29.31 67.57 -
YUV 150.13 164.61 173.56 -
System Red Green Blue C M Y K H S L
Decimal 214 105 215 0.00 0.51 0 0.16 299.45 0.58 0.63
Hex D6 69 D7 0 33 0 10 12B 3A 3F
Octal 326 151 327 0 63 0 20 453 72 77
Binary 11010110 1101001 11010111 0 110011 0 10000 100101011 111010 111111

Color Harmonies of #D669D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D669D7

Black with #D669D7

Text Example


Text Example

White with #D669D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D669D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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