Html Css Color HEX #D669C0 Orchid

📋 copy color: '#D669C0'

red 214 ◦ green 105 ◦ blue 192

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

Shades of Orchid #D669C0

Tints of Orchid #D669C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 37.57%

R = 41.88%
G = 20.55%
B = 37.57%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.10

 K value IS 0.16

RGB Variations

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

Color information

#D669C0 (or 0xD669C0) is known color: Orchid. HEX triplet: D6, 69 and C0. RGB value is (214,105,192). Sum of RGB (Red+Green+Blue) = 214+105+192=511 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.88% from 511); Green value is 105 (41.41% from 255 or 20.55% from 511); Blue value is 192 (75.39% from 255 or 37.57% from 511); Max value from RGB is 214 - color contains mainly: red. Hex color #D669C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D669C0 is #29963F. Grayscale: #939393. Windows color (decimal): -2725440 or 12610006. OLE color: 12610006.

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

Color convert

RGB 214 105 192 -
CMYK 0 0.51 0.10 0.16
HSL 312.11º 0.57% 0.63% -
HSV(B) 312.11º 0.51% 0.84% -
XYZ 42.3 28.21 53.08 -
YUV 147.51 153.11 175.43 -
System Red Green Blue C M Y K H S L
Decimal 214 105 192 0 0.51 0.10 0.16 312.11 0.57 0.63
Hex D6 69 C0 0 33 A 10 138 39 3F
Octal 326 151 300 0 63 12 20 470 71 77
Binary 11010110 1101001 11000000 0 110011 1010 10000 100111000 111001 111111

Color Harmonies of #D669C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D669C0

Black with #D669C0

Text Example


Text Example

White with #D669C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D669C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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