Html Css Color HEX #D07FD6 Orchid

📋 copy color: '#D07FD6'

red 208 ◦ green 127 ◦ blue 214

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

Shades of Orchid #D07FD6

Tints of Orchid #D07FD6

RGB

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

 GREEN value IS 127 (50% from 255) = 23.13%

 BLUE value IS 214 (83.98% from 255) = 38.98%

R = 37.89%
G = 23.13%
B = 38.98%

CMYK

 C value IS 0.03

 M value IS 0.41

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D07FD6 (or 0xD07FD6) is known color: Orchid. HEX triplet: D0, 7F and D6. RGB value is (208,127,214). Sum of RGB (Red+Green+Blue) = 208+127+214=549 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.89% from 549); Green value is 127 (50% from 255 or 23.13% from 549); Blue value is 214 (83.98% from 255 or 38.98% from 549); Max value from RGB is 214 - color contains mainly: blue. Hex color #D07FD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D07FD6 is #2F8029. Grayscale: #A0A0A0. Windows color (decimal): -3113002 or 14057424. OLE color: 14057424.

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

Color convert

RGB 208 127 214 -
CMYK 0.03 0.41 0 0.16
HSL 295.86º 0.51% 0.67% -
HSV(B) 295.86º 0.41% 0.84% -
XYZ 45.74 33.44 67.66 -
YUV 161.14 157.84 161.43 -
System Red Green Blue C M Y K H S L
Decimal 208 127 214 0.03 0.41 0 0.16 295.86 0.51 0.67
Hex D0 7F D6 3 29 0 10 128 33 43
Octal 320 177 326 3 51 0 20 450 63 103
Binary 11010000 1111111 11010110 11 101001 0 10000 100101000 110011 1000011

Color Harmonies of #D07FD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07FD6

Black with #D07FD6

Text Example


Text Example

White with #D07FD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07FD6; }

 p { color: rgb(208,127,214); }

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

background-color css

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

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

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

border-color css

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

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

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