Html Css Color HEX #D069E8 Orchid

📋 copy color: '#D069E8'

red 208 ◦ green 105 ◦ blue 232

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

Shades of Orchid #D069E8

Tints of Orchid #D069E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 42.57%

R = 38.17%
G = 19.27%
B = 42.57%

CMYK

 C value IS 0.10

 M value IS 0.55

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D069E8 (or 0xD069E8) is known color: Orchid. HEX triplet: D0, 69 and E8. RGB value is (208,105,232). Sum of RGB (Red+Green+Blue) = 208+105+232=545 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.17% from 545); Green value is 105 (41.41% from 255 or 19.27% from 545); Blue value is 232 (91.02% from 255 or 42.57% from 545); Max value from RGB is 232 - color contains mainly: blue. Hex color #D069E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D069E8 is #2F9617. Grayscale: #959595. Windows color (decimal): -3118616 or 15231440. OLE color: 15231440.

HSL color Cylindrical-coordinate representation of color #D069E8: hue angle of 288.66º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D069E8 is Cyan = 0.10, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 208 105 232 -
CMYK 0.10 0.55 0 0.09
HSL 288.66º 0.73% 0.66% -
HSV(B) 288.66º 0.55% 0.91% -
XYZ 45.63 29.34 79.6 -
YUV 150.28 174.12 169.17 -
System Red Green Blue C M Y K H S L
Decimal 208 105 232 0.10 0.55 0 0.09 288.66 0.73 0.66
Hex D0 69 E8 A 37 0 9 121 49 42
Octal 320 151 350 12 67 0 11 441 111 102
Binary 11010000 1101001 11101000 1010 110111 0 1001 100100001 1001001 1000010

Color Harmonies of #D069E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D069E8

Black with #D069E8

Text Example


Text Example

White with #D069E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D069E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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