Html Css Color HEX #D067D0 Orchid

📋 copy color: '#D067D0'

red 208 ◦ green 103 ◦ blue 208

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

Shades of Orchid #D067D0

Tints of Orchid #D067D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 40.08%

R = 40.08%
G = 19.85%
B = 40.08%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#D067D0 (or 0xD067D0) is known color: Orchid. HEX triplet: D0, 67 and D0. RGB value is (208,103,208). Sum of RGB (Red+Green+Blue) = 208+103+208=519 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.08% from 519); Green value is 103 (40.62% from 255 or 19.85% from 519); Blue value is 208 (81.64% from 255 or 40.08% from 519); Max value from RGB is 208 - color contains mainly: red, blue. Hex color #D067D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D067D0 is #2F982F. Grayscale: #929292. Windows color (decimal): -3119152 or 13658064. OLE color: 13658064.

HSL color Cylindrical-coordinate representation of color #D067D0: hue angle of 300º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D067D0 is Cyan = 0, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 103 208 -
CMYK 0 0.50 0 0.18
HSL 300º 0.53% 0.61% -
HSV(B) 300º 0.5% 0.82% -
XYZ 42.25 27.66 62.79 -
YUV 146.37 162.79 171.96 -
System Red Green Blue C M Y K H S L
Decimal 208 103 208 0 0.50 0 0.18 300 0.53 0.61
Hex D0 67 D0 0 32 0 12 12C 35 3D
Octal 320 147 320 0 62 0 22 454 65 75
Binary 11010000 1100111 11010000 0 110010 0 10010 100101100 110101 111101

Color Harmonies of #D067D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D067D0

Black with #D067D0

Text Example


Text Example

White with #D067D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D067D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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