Html Css Color HEX #D069D6 Orchid

📋 copy color: '#D069D6'

red 208 ◦ green 105 ◦ blue 214

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

Shades of Orchid #D069D6

Tints of Orchid #D069D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 40.61%

R = 39.47%
G = 19.92%
B = 40.61%

CMYK

 C value IS 0.03

 M value IS 0.51

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D069D6 (or 0xD069D6) is known color: Orchid. HEX triplet: D0, 69 and D6. RGB value is (208,105,214). Sum of RGB (Red+Green+Blue) = 208+105+214=527 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.47% from 527); Green value is 105 (41.41% from 255 or 19.92% from 527); Blue value is 214 (83.98% from 255 or 40.61% from 527); Max value from RGB is 214 - color contains mainly: blue. Hex color #D069D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D069D6 is #2F9629. Grayscale: #939393. Windows color (decimal): -3118634 or 14051792. OLE color: 14051792.

HSL color Cylindrical-coordinate representation of color #D069D6: hue angle of 296.7º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D069D6 is Cyan = 0.03, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 208 105 214 -
CMYK 0.03 0.51 0 0.16
HSL 296.7º 0.57% 0.63% -
HSV(B) 296.7º 0.51% 0.84% -
XYZ 43.2 28.37 66.82 -
YUV 148.22 165.12 170.64 -
System Red Green Blue C M Y K H S L
Decimal 208 105 214 0.03 0.51 0 0.16 296.7 0.57 0.63
Hex D0 69 D6 3 33 0 10 129 39 3F
Octal 320 151 326 3 63 0 20 451 71 77
Binary 11010000 1101001 11010110 11 110011 0 10000 100101001 111001 111111

Color Harmonies of #D069D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D069D6

Black with #D069D6

Text Example


Text Example

White with #D069D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D069D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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