Html Css Color HEX #D669E0 Orchid

📋 copy color: '#D669E0'

red 214 ◦ green 105 ◦ blue 224

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

Shades of Orchid #D669E0

Tints of Orchid #D669E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 41.25%

R = 39.41%
G = 19.34%
B = 41.25%

CMYK

 C value IS 0.04

 M value IS 0.53

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D669E0 (or 0xD669E0) is known color: Orchid. HEX triplet: D6, 69 and E0. RGB value is (214,105,224). Sum of RGB (Red+Green+Blue) = 214+105+224=543 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.41% from 543); Green value is 105 (41.41% from 255 or 19.34% from 543); Blue value is 224 (87.89% from 255 or 41.25% from 543); Max value from RGB is 224 - color contains mainly: blue. Hex color #D669E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D669E0 is #29961F. Grayscale: #969696. Windows color (decimal): -2725408 or 14707158. OLE color: 14707158.

HSL color Cylindrical-coordinate representation of color #D669E0: hue angle of 294.96º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D669E0 is Cyan = 0.04, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 214 105 224 -
CMYK 0.04 0.53 0 0.12
HSL 294.96º 0.66% 0.65% -
HSV(B) 294.96º 0.53% 0.88% -
XYZ 46.24 29.78 73.83 -
YUV 151.16 169.11 172.82 -
System Red Green Blue C M Y K H S L
Decimal 214 105 224 0.04 0.53 0 0.12 294.96 0.66 0.65
Hex D6 69 E0 4 35 0 C 127 42 41
Octal 326 151 340 4 65 0 14 447 102 101
Binary 11010110 1101001 11100000 100 110101 0 1100 100100111 1000010 1000001

Color Harmonies of #D669E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D669E0

Black with #D669E0

Text Example


Text Example

White with #D669E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D669E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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