Html Css Color HEX #D069DA Orchid

📋 copy color: '#D069DA'

red 208 ◦ green 105 ◦ blue 218

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

Shades of Orchid #D069DA

Tints of Orchid #D069DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 41.05%

R = 39.17%
G = 19.77%
B = 41.05%

CMYK

 C value IS 0.05

 M value IS 0.52

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D069DA (or 0xD069DA) is known color: Orchid. HEX triplet: D0, 69 and DA. RGB value is (208,105,218). Sum of RGB (Red+Green+Blue) = 208+105+218=531 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.17% from 531); Green value is 105 (41.41% from 255 or 19.77% from 531); Blue value is 218 (85.55% from 255 or 41.05% from 531); Max value from RGB is 218 - color contains mainly: blue. Hex color #D069DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D069DA is #2F9625. Grayscale: #949494. Windows color (decimal): -3118630 or 14313936. OLE color: 14313936.

HSL color Cylindrical-coordinate representation of color #D069DA: hue angle of 294.69º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D069DA is Cyan = 0.05, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 208 105 218 -
CMYK 0.05 0.52 0 0.15
HSL 294.69º 0.6% 0.63% -
HSV(B) 294.69º 0.52% 0.85% -
XYZ 43.72 28.58 69.54 -
YUV 148.68 167.12 170.31 -
System Red Green Blue C M Y K H S L
Decimal 208 105 218 0.05 0.52 0 0.15 294.69 0.6 0.63
Hex D0 69 DA 5 34 0 F 127 3C 3F
Octal 320 151 332 5 64 0 17 447 74 77
Binary 11010000 1101001 11011010 101 110100 0 1111 100100111 111100 111111

Color Harmonies of #D069DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D069DA

Black with #D069DA

Text Example


Text Example

White with #D069DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D069DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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