Html Css Color HEX #D669E6 Orchid

📋 copy color: '#D669E6'

red 214 ◦ green 105 ◦ blue 230

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

Shades of Orchid #D669E6

Tints of Orchid #D669E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 41.89%

R = 38.98%
G = 19.13%
B = 41.89%

CMYK

 C value IS 0.07

 M value IS 0.54

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D669E6 (or 0xD669E6) is known color: Orchid. HEX triplet: D6, 69 and E6. RGB value is (214,105,230). Sum of RGB (Red+Green+Blue) = 214+105+230=549 (72% of max value = 765). Red value is 214 (83.98% from 255 or 38.98% from 549); Green value is 105 (41.41% from 255 or 19.13% from 549); Blue value is 230 (90.23% from 255 or 41.89% from 549); Max value from RGB is 230 - color contains mainly: blue. Hex color #D669E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D669E6 is #299619. Grayscale: #979797. Windows color (decimal): -2725402 or 15100374. OLE color: 15100374.

HSL color Cylindrical-coordinate representation of color #D669E6: hue angle of 292.32º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D669E6 is Cyan = 0.07, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 214 105 230 -
CMYK 0.07 0.54 0 0.10
HSL 292.32º 0.71% 0.66% -
HSV(B) 292.32º 0.54% 0.9% -
XYZ 47.07 30.11 78.19 -
YUV 151.84 172.11 172.34 -
System Red Green Blue C M Y K H S L
Decimal 214 105 230 0.07 0.54 0 0.10 292.32 0.71 0.66
Hex D6 69 E6 7 36 0 A 124 47 42
Octal 326 151 346 7 66 0 12 444 107 102
Binary 11010110 1101001 11100110 111 110110 0 1010 100100100 1000111 1000010

Color Harmonies of #D669E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D669E6

Black with #D669E6

Text Example


Text Example

White with #D669E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D669E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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