Html Css Color HEX #D068DE Orchid

📋 copy color: '#D068DE'

red 208 ◦ green 104 ◦ blue 222

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

Shades of Orchid #D068DE

Tints of Orchid #D068DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 41.57%

R = 38.95%
G = 19.48%
B = 41.57%

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

#D068DE (or 0xD068DE) is known color: Orchid. HEX triplet: D0, 68 and DE. RGB value is (208,104,222). Sum of RGB (Red+Green+Blue) = 208+104+222=534 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.95% from 534); Green value is 104 (41.02% from 255 or 19.48% from 534); Blue value is 222 (87.11% from 255 or 41.57% from 534); Max value from RGB is 222 - color contains mainly: blue. Hex color #D068DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D068DE is #2F9721. Grayscale: #949494. Windows color (decimal): -3118882 or 14575824. OLE color: 14575824.

HSL color Cylindrical-coordinate representation of color #D068DE: hue angle of 292.88º degrees, saturation: 0.64, 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 #D068DE is Cyan = 0.06, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 208 104 222 -
CMYK 0.06 0.53 0 0.13
HSL 292.88º 0.64% 0.64% -
HSV(B) 292.88º 0.53% 0.87% -
XYZ 44.15 28.58 72.3 -
YUV 148.55 169.46 170.41 -
System Red Green Blue C M Y K H S L
Decimal 208 104 222 0.06 0.53 0 0.13 292.88 0.64 0.64
Hex D0 68 DE 6 35 0 D 125 40 40
Octal 320 150 336 6 65 0 15 445 100 100
Binary 11010000 1101000 11011110 110 110101 0 1101 100100101 1000000 1000000

Color Harmonies of #D068DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D068DE

Black with #D068DE

Text Example


Text Example

White with #D068DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D068DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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