Html Css Color HEX #D069E7 Orchid

📋 copy color: '#D069E7'

red 208 ◦ green 105 ◦ blue 231

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

Shades of Orchid #D069E7

Tints of Orchid #D069E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 42.46%

R = 38.24%
G = 19.3%
B = 42.46%

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

#D069E7 (or 0xD069E7) is known color: Orchid. HEX triplet: D0, 69 and E7. RGB value is (208,105,231). Sum of RGB (Red+Green+Blue) = 208+105+231=544 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.24% from 544); Green value is 105 (41.41% from 255 or 19.30% from 544); Blue value is 231 (90.62% from 255 or 42.46% from 544); Max value from RGB is 231 - color contains mainly: blue. Hex color #D069E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D069E7 is #2F9618. Grayscale: #959595. Windows color (decimal): -3118617 or 15165904. OLE color: 15165904.

HSL color Cylindrical-coordinate representation of color #D069E7: hue angle of 289.05º degrees, saturation: 0.72, 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 #D069E7 is Cyan = 0.10, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 208 105 231 -
CMYK 0.10 0.55 0 0.09
HSL 289.05º 0.72% 0.66% -
HSV(B) 289.05º 0.55% 0.91% -
XYZ 45.49 29.28 78.86 -
YUV 150.16 173.62 169.25 -
System Red Green Blue C M Y K H S L
Decimal 208 105 231 0.10 0.55 0 0.09 289.05 0.72 0.66
Hex D0 69 E7 A 37 0 9 121 48 42
Octal 320 151 347 12 67 0 11 441 110 102
Binary 11010000 1101001 11100111 1010 110111 0 1001 100100001 1001000 1000010

Color Harmonies of #D069E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D069E7

Black with #D069E7

Text Example


Text Example

White with #D069E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D069E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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