Html Css Color HEX #D068DD Orchid

📋 copy color: '#D068DD'

red 208 ◦ green 104 ◦ blue 221

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

Shades of Orchid #D068DD

Tints of Orchid #D068DD

RGB

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

 GREEN value IS 104 (41.02% from 255) = 19.51%

 BLUE value IS 221 (86.72% from 255) = 41.46%

R = 39.02%
G = 19.51%
B = 41.46%

CMYK

 C value IS 0.06

 M value IS 0.53

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D068DD (or 0xD068DD) is known color: Orchid. HEX triplet: D0, 68 and DD. RGB value is (208,104,221). Sum of RGB (Red+Green+Blue) = 208+104+221=533 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.02% from 533); Green value is 104 (41.02% from 255 or 19.51% from 533); Blue value is 221 (86.72% from 255 or 41.46% from 533); Max value from RGB is 221 - color contains mainly: blue. Hex color #D068DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D068DD is #2F9722. Grayscale: #949494. Windows color (decimal): -3118883 or 14510288. OLE color: 14510288.

HSL color Cylindrical-coordinate representation of color #D068DD: hue angle of 293.33º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D068DD is Cyan = 0.06, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 208 104 221 -
CMYK 0.06 0.53 0 0.13
HSL 293.33º 0.63% 0.64% -
HSV(B) 293.33º 0.53% 0.87% -
XYZ 44.01 28.53 71.59 -
YUV 148.43 168.96 170.49 -
System Red Green Blue C M Y K H S L
Decimal 208 104 221 0.06 0.53 0 0.13 293.33 0.63 0.64
Hex D0 68 DD 6 35 0 D 125 3F 40
Octal 320 150 335 6 65 0 15 445 77 100
Binary 11010000 1101000 11011101 110 110101 0 1101 100100101 111111 1000000

Color Harmonies of #D068DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D068DD

Black with #D068DD

Text Example


Text Example

White with #D068DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D068DD; }

 p { color: rgb(208,104,221); }

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

background-color css

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

 a { background-color: rgb(208,104,221); }

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

border-color css

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

 span { border-color: rgb(208,104,221); }

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