Html Css Color HEX #D067D8 Orchid

📋 copy color: '#D067D8'

red 208 ◦ green 103 ◦ blue 216

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

Shades of Orchid #D067D8

Tints of Orchid #D067D8

RGB

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

 GREEN value IS 103 (40.63% from 255) = 19.54%

 BLUE value IS 216 (84.77% from 255) = 40.99%

R = 39.47%
G = 19.54%
B = 40.99%

CMYK

 C value IS 0.04

 M value IS 0.52

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D067D8 (or 0xD067D8) is known color: Orchid. HEX triplet: D0, 67 and D8. RGB value is (208,103,216). Sum of RGB (Red+Green+Blue) = 208+103+216=527 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.47% from 527); Green value is 103 (40.62% from 255 or 19.54% from 527); Blue value is 216 (84.77% from 255 or 40.99% from 527); Max value from RGB is 216 - color contains mainly: blue. Hex color #D067D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D067D8 is #2F9827. Grayscale: #929292. Windows color (decimal): -3119144 or 14182352. OLE color: 14182352.

HSL color Cylindrical-coordinate representation of color #D067D8: hue angle of 295.75º degrees, saturation: 0.59, 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 #D067D8 is Cyan = 0.04, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 208 103 216 -
CMYK 0.04 0.52 0 0.15
HSL 295.75º 0.59% 0.63% -
HSV(B) 295.75º 0.52% 0.85% -
XYZ 43.26 28.07 68.1 -
YUV 147.28 166.79 171.31 -
System Red Green Blue C M Y K H S L
Decimal 208 103 216 0.04 0.52 0 0.15 295.75 0.59 0.63
Hex D0 67 D8 4 34 0 F 128 3B 3F
Octal 320 147 330 4 64 0 17 450 73 77
Binary 11010000 1100111 11011000 100 110100 0 1111 100101000 111011 111111

Color Harmonies of #D067D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D067D8

Black with #D067D8

Text Example


Text Example

White with #D067D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D067D8; }

 p { color: rgb(208,103,216); }

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

background-color css

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

 a { background-color: rgb(208,103,216); }

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

border-color css

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

 span { border-color: rgb(208,103,216); }

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