Html Css Color HEX #D061D7 Orchid

📋 copy color: '#D061D7'

red 208 ◦ green 97 ◦ blue 215

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

Shades of Orchid #D061D7

Tints of Orchid #D061D7

RGB

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

 GREEN value IS 97 (38.28% from 255) = 18.65%

 BLUE value IS 215 (84.38% from 255) = 41.35%

R = 40%
G = 18.65%
B = 41.35%

CMYK

 C value IS 0.03

 M value IS 0.55

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D061D7 (or 0xD061D7) is known color: Orchid. HEX triplet: D0, 61 and D7. RGB value is (208,97,215). Sum of RGB (Red+Green+Blue) = 208+97+215=520 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40% from 520); Green value is 97 (38.28% from 255 or 18.65% from 520); Blue value is 215 (84.38% from 255 or 41.35% from 520); Max value from RGB is 215 - color contains mainly: blue. Hex color #D061D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D061D7 is #2F9E28. Grayscale: #8F8F8F. Windows color (decimal): -3120681 or 14115280. OLE color: 14115280.

HSL color Cylindrical-coordinate representation of color #D061D7: hue angle of 296.44º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D061D7 is Cyan = 0.03, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 208 97 215 -
CMYK 0.03 0.55 0 0.16
HSL 296.44º 0.6% 0.61% -
HSV(B) 296.44º 0.55% 0.84% -
XYZ 42.55 26.87 67.23 -
YUV 143.64 168.27 173.91 -
System Red Green Blue C M Y K H S L
Decimal 208 97 215 0.03 0.55 0 0.16 296.44 0.6 0.61
Hex D0 61 D7 3 37 0 10 128 3C 3D
Octal 320 141 327 3 67 0 20 450 74 75
Binary 11010000 1100001 11010111 11 110111 0 10000 100101000 111100 111101

Color Harmonies of #D061D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D061D7

Black with #D061D7

Text Example


Text Example

White with #D061D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D061D7; }

 p { color: rgb(208,97,215); }

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

background-color css

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

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

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

border-color css

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

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

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