Html Css Color HEX #D069E6 Orchid

📋 copy color: '#D069E6'

red 208 ◦ green 105 ◦ blue 230

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

Shades of Orchid #D069E6

Tints of Orchid #D069E6

RGB

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

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

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

R = 38.31%
G = 19.34%
B = 42.36%

CMYK

 C value IS 0.10

 M value IS 0.54

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D069E6 (or 0xD069E6) is known color: Orchid. HEX triplet: D0, 69 and E6. RGB value is (208,105,230). Sum of RGB (Red+Green+Blue) = 208+105+230=543 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.31% from 543); Green value is 105 (41.41% from 255 or 19.34% from 543); Blue value is 230 (90.23% from 255 or 42.36% from 543); Max value from RGB is 230 - color contains mainly: blue. Hex color #D069E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D069E6 is #2F9619. Grayscale: #959595. Windows color (decimal): -3118618 or 15100368. OLE color: 15100368.

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

Color convert

RGB 208 105 230 -
CMYK 0.10 0.54 0 0.10
HSL 289.44º 0.71% 0.66% -
HSV(B) 289.44º 0.54% 0.9% -
XYZ 45.35 29.23 78.11 -
YUV 150.05 173.12 169.34 -
System Red Green Blue C M Y K H S L
Decimal 208 105 230 0.10 0.54 0 0.10 289.44 0.71 0.66
Hex D0 69 E6 A 36 0 A 121 47 42
Octal 320 151 346 12 66 0 12 441 107 102
Binary 11010000 1101001 11100110 1010 110110 0 1010 100100001 1000111 1000010

Color Harmonies of #D069E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D069E6

Black with #D069E6

Text Example


Text Example

White with #D069E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D069E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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