Html Css Color HEX #D069E1 Orchid

📋 copy color: '#D069E1'

red 208 ◦ green 105 ◦ blue 225

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

Shades of Orchid #D069E1

Tints of Orchid #D069E1

RGB

 RED value IS 208 (81.64% from 255) = 38.66%

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

 BLUE value IS 225 (88.28% from 255) = 41.82%

R = 38.66%
G = 19.52%
B = 41.82%

CMYK

 C value IS 0.08

 M value IS 0.53

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D069E1 (or 0xD069E1) is known color: Orchid. HEX triplet: D0, 69 and E1. RGB value is (208,105,225). Sum of RGB (Red+Green+Blue) = 208+105+225=538 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.66% from 538); Green value is 105 (41.41% from 255 or 19.52% from 538); Blue value is 225 (88.28% from 255 or 41.82% from 538); Max value from RGB is 225 - color contains mainly: blue. Hex color #D069E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D069E1 is #2F961E. Grayscale: #959595. Windows color (decimal): -3118623 or 14772688. OLE color: 14772688.

HSL color Cylindrical-coordinate representation of color #D069E1: hue angle of 291.5º degrees, saturation: 0.67, 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 #D069E1 is Cyan = 0.08, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 208 105 225 -
CMYK 0.08 0.53 0 0.12
HSL 291.5º 0.67% 0.65% -
HSV(B) 291.5º 0.53% 0.88% -
XYZ 44.65 28.95 74.47 -
YUV 149.48 170.62 169.74 -
System Red Green Blue C M Y K H S L
Decimal 208 105 225 0.08 0.53 0 0.12 291.5 0.67 0.65
Hex D0 69 E1 8 35 0 C 124 43 41
Octal 320 151 341 10 65 0 14 444 103 101
Binary 11010000 1101001 11100001 1000 110101 0 1100 100100100 1000011 1000001

Color Harmonies of #D069E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D069E1

Black with #D069E1

Text Example


Text Example

White with #D069E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D069E1; }

 p { color: rgb(208,105,225); }

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

background-color css

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

 a { background-color: rgb(208,105,225); }

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

border-color css

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

 span { border-color: rgb(208,105,225); }

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