Html Css Color HEX #D07FDA Orchid

📋 copy color: '#D07FDA'

red 208 ◦ green 127 ◦ blue 218

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

Shades of Orchid #D07FDA

Tints of Orchid #D07FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 39.42%

R = 37.61%
G = 22.97%
B = 39.42%

CMYK

 C value IS 0.05

 M value IS 0.42

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D07FDA (or 0xD07FDA) is known color: Orchid. HEX triplet: D0, 7F and DA. RGB value is (208,127,218). Sum of RGB (Red+Green+Blue) = 208+127+218=553 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.61% from 553); Green value is 127 (50% from 255 or 22.97% from 553); Blue value is 218 (85.55% from 255 or 39.42% from 553); Max value from RGB is 218 - color contains mainly: blue. Hex color #D07FDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D07FDA is #2F8025. Grayscale: #A1A1A1. Windows color (decimal): -3112998 or 14319568. OLE color: 14319568.

HSL color Cylindrical-coordinate representation of color #D07FDA: hue angle of 293.41º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D07FDA is Cyan = 0.05, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 208 127 218 -
CMYK 0.05 0.42 0 0.15
HSL 293.41º 0.55% 0.68% -
HSV(B) 293.41º 0.42% 0.85% -
XYZ 46.26 33.65 70.39 -
YUV 161.59 159.84 161.1 -
System Red Green Blue C M Y K H S L
Decimal 208 127 218 0.05 0.42 0 0.15 293.41 0.55 0.68
Hex D0 7F DA 5 2A 0 F 125 37 44
Octal 320 177 332 5 52 0 17 445 67 104
Binary 11010000 1111111 11011010 101 101010 0 1111 100100101 110111 1000100

Color Harmonies of #D07FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07FDA

Black with #D07FDA

Text Example


Text Example

White with #D07FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07FDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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