Html Css Color HEX #D669CD Orchid

📋 copy color: '#D669CD'

red 214 ◦ green 105 ◦ blue 205

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

Shades of Orchid #D669CD

Tints of Orchid #D669CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 39.12%

R = 40.84%
G = 20.04%
B = 39.12%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D669CD (or 0xD669CD) is known color: Orchid. HEX triplet: D6, 69 and CD. RGB value is (214,105,205). Sum of RGB (Red+Green+Blue) = 214+105+205=524 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.84% from 524); Green value is 105 (41.41% from 255 or 20.04% from 524); Blue value is 205 (80.47% from 255 or 39.12% from 524); Max value from RGB is 214 - color contains mainly: red. Hex color #D669CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D669CD is #299632. Grayscale: #949494. Windows color (decimal): -2725427 or 13461974. OLE color: 13461974.

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

Color convert

RGB 214 105 205 -
CMYK 0 0.51 0.04 0.16
HSL 304.95º 0.57% 0.63% -
HSV(B) 304.95º 0.51% 0.84% -
XYZ 43.8 28.81 61.01 -
YUV 148.99 159.61 174.37 -
System Red Green Blue C M Y K H S L
Decimal 214 105 205 0 0.51 0.04 0.16 304.95 0.57 0.63
Hex D6 69 CD 0 33 4 10 131 39 3F
Octal 326 151 315 0 63 4 20 461 71 77
Binary 11010110 1101001 11001101 0 110011 100 10000 100110001 111001 111111

Color Harmonies of #D669CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D669CD

Black with #D669CD

Text Example


Text Example

White with #D669CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D669CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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