Html Css Color HEX #D067DF Orchid

📋 copy color: '#D067DF'

red 208 ◦ green 103 ◦ blue 223

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

Shades of Orchid #D067DF

Tints of Orchid #D067DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 41.76%

R = 38.95%
G = 19.29%
B = 41.76%

CMYK

 C value IS 0.07

 M value IS 0.54

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D067DF (or 0xD067DF) is known color: Orchid. HEX triplet: D0, 67 and DF. RGB value is (208,103,223). Sum of RGB (Red+Green+Blue) = 208+103+223=534 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.95% from 534); Green value is 103 (40.62% from 255 or 19.29% from 534); Blue value is 223 (87.5% from 255 or 41.76% from 534); Max value from RGB is 223 - color contains mainly: blue. Hex color #D067DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D067DF is #2F9820. Grayscale: #939393. Windows color (decimal): -3119137 or 14641104. OLE color: 14641104.

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

Color convert

RGB 208 103 223 -
CMYK 0.07 0.54 0 0.13
HSL 292.5º 0.65% 0.64% -
HSV(B) 292.5º 0.54% 0.87% -
XYZ 44.18 28.44 72.97 -
YUV 148.08 170.29 170.74 -
System Red Green Blue C M Y K H S L
Decimal 208 103 223 0.07 0.54 0 0.13 292.5 0.65 0.64
Hex D0 67 DF 7 36 0 D 124 41 40
Octal 320 147 337 7 66 0 15 444 101 100
Binary 11010000 1100111 11011111 111 110110 0 1101 100100100 1000001 1000000

Color Harmonies of #D067DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D067DF

Black with #D067DF

Text Example


Text Example

White with #D067DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D067DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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