Html Css Color HEX #D669C7 Orchid

📋 copy color: '#D669C7'

red 214 ◦ green 105 ◦ blue 199

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

Shades of Orchid #D669C7

Tints of Orchid #D669C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 38.42%

R = 41.31%
G = 20.27%
B = 38.42%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D669C7 (or 0xD669C7) is known color: Orchid. HEX triplet: D6, 69 and C7. RGB value is (214,105,199). Sum of RGB (Red+Green+Blue) = 214+105+199=518 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.31% from 518); Green value is 105 (41.41% from 255 or 20.27% from 518); Blue value is 199 (78.12% from 255 or 38.42% from 518); Max value from RGB is 214 - color contains mainly: red. Hex color #D669C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D669C7 is #299638. Grayscale: #949494. Windows color (decimal): -2725433 or 13068758. OLE color: 13068758.

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

Color convert

RGB 214 105 199 -
CMYK 0 0.51 0.07 0.16
HSL 308.26º 0.57% 0.63% -
HSV(B) 308.26º 0.51% 0.84% -
XYZ 43.09 28.52 57.27 -
YUV 148.31 156.61 174.86 -
System Red Green Blue C M Y K H S L
Decimal 214 105 199 0 0.51 0.07 0.16 308.26 0.57 0.63
Hex D6 69 C7 0 33 7 10 134 39 3F
Octal 326 151 307 0 63 7 20 464 71 77
Binary 11010110 1101001 11000111 0 110011 111 10000 100110100 111001 111111

Color Harmonies of #D669C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D669C7

Black with #D669C7

Text Example


Text Example

White with #D669C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D669C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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